uintmax_t Conversion (uintmax_t to Int64) |
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 long (
uintmax_t value
)
Public Shared Narrowing Operator CType (
value As uintmax_t
) As Long
static explicit operator 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:
Int64An
Int64 value.
See Also