Converts a 64 bit unsigned integer to a
BigFloat value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static implicit operator BigFloat (
ulong value
)
Public Shared Widening Operator CType (
value As ULong
) As BigFloat
static implicit operator BigFloat^ (
unsigned long long value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemUInt64
A UInt64
Return Value
Type:
BigFloatA
BigFloat value that represents the converted 64 bit unsigned integer.
Reference