uintmax_t Conversion (uintmax_t to UInt64) |
Namespace:
Math.Mpfr.Native
Assembly:
Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static implicit operator ulong (
uintmax_t value
)
Public Shared Widening Operator CType (
value As uintmax_t
) As ULong
static implicit operator unsigned long long (
uintmax_t value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Math.Mpfr.Nativeuintmax_t
An uintmax_t value.
Return Value
Type:
UInt64A
UInt64 value.
See Also