uintmax_t Conversion (UInt64 to uintmax_t) |
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 uintmax_t (
ulong value
)
Public Shared Widening Operator CType (
value As ULong
) As uintmax_t
static implicit operator uintmax_t (
unsigned long long value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemUInt64
A UInt64 value.
Return Value
Type:
uintmax_tAn
uintmax_t value.
See Also