Returns the value of this dimensionless object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double DoubleValue()
Visual Basic (Declaration)
Public Function DoubleValue As Double
Visual C++
public:
double DoubleValue()

Return Value

The double value of the dimensionless object.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if the this object is not dimensionless

See Also