uintmax_t Conversion (Int64 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 explicit operator uintmax_t (
long value
)
Public Shared Narrowing Operator CType (
value As Long
) As uintmax_t
static explicit operator uintmax_t (
long long value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemInt64
An Int64 value.
Return Value
Type:
uintmax_tAn
uintmax_t value.
See Also