NOX Development
Loading...
Searching...
No Matches
NOX::Utils::Sci Class Reference

Sci object - used to print the given value with the specified precision. More...

#include <NOX_Utils.H>

Public Member Functions

 Sci (double val, int precision=-1)
 Constructor.
 ~Sci ()
 Destructor.

Public Attributes

double d
 Value to be printed.
int p
 Precision.

Detailed Description

Sci object - used to print the given value with the specified precision.

Constructor & Destructor Documentation

◆ Sci()

NOX::Utils::Sci::Sci ( double val,
int precision = -1 )
inline

Constructor.

References d, and p.

Member Data Documentation

◆ d

double NOX::Utils::Sci::d

Value to be printed.

Referenced by Sci().

◆ p

int NOX::Utils::Sci::p

Precision.

Referenced by Sci().


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