Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static explicit operator Quad (
decimal value
)
Public Shared Narrowing Operator CType (
value As Decimal
) As Quad
static explicit operator Quad (
Decimal value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemDecimal
A Decimal value.
Return Value
Type:
Quad
This method never throws an exception.
Reference