Converts a 64 bit signed integer to a
BigRational value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static implicit operator BigRational (
long value
)
Public Shared Widening Operator CType (
value As Long
) As BigRational
static implicit operator BigRational (
long long value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt64
A Int64
Return Value
Type:
BigRationalA
BigRational value that represents the converted
Int64 value.
Reference