Physical Conversion (Physical to Double) |
Returns the value of this dimensionless object.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static implicit operator double (
Physical x
)
Public Shared Widening Operator CType (
x As Physical
) As Double
static implicit operator double (
Physical x
)
F# does not support the declaration of new casting operators.
Parameters
- x
- Type: Imsl.MathPhysical
A Physical object.
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