GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
pr_formatted_float Class Reference
Collaboration diagram for pr_formatted_float:
Collaboration graph
[legend]

Public Member Functions

 pr_formatted_float (const float_format &f_arg, double val_arg)
 

Public Attributes

const float_formatf
 
double val
 

Detailed Description

Definition at line 313 of file pr-output.cc.

Constructor & Destructor Documentation

pr_formatted_float::pr_formatted_float ( const float_format f_arg,
double  val_arg 
)
inline

Definition at line 322 of file pr-output.cc.

Member Data Documentation

const float_format& pr_formatted_float::f

Definition at line 318 of file pr-output.cc.

Referenced by operator<<().

double pr_formatted_float::val

Definition at line 320 of file pr-output.cc.

Referenced by operator<<().


The documentation for this class was generated from the following file: