Returns the value of this dimensionless object.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public static implicit operator double ( Physical x ) |
Visual Basic (Declaration) |
---|
Public Shared Widening Operator CType ( _ x As Physical _ ) As Double |
Visual C++ |
---|
static implicit operator double ( Physical x ) |
Parameters
- x
- Type: Imsl.Math..::.Physical
A Physical object.
Return Value
The double value of the dimensionless object.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if the this object is not dimensionless |