PhysicalDoubleValue Method |
Returns the value of this dimensionless object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public double DoubleValue()
Public Function DoubleValue As Double
public:
double DoubleValue()
member DoubleValue : unit -> float
Return Value
Type:
Double
The
double value of the dimensionless object.
Exceptions Exception | Condition |
---|
ArgumentException |
is thrown if the this object is not dimensionless
|
See Also