IMSL C# Numerical Library

Physical Implicit Physical to Double Conversion 

Returns the value of this dimensionless object.

public static implicit operator double(
   Physical x
);

Parameters

x
A Physical object.

Return Value

The double value of the dimensionless object.

Exceptions

Exception Type Condition
ArgumentException is thrown if the this object is not dimensionless

See Also

Physical Class | Imsl.Math Namespace