mp_size_t Conversion (UInt64 to mp_size_t) |
Namespace:
Math.Gmp.Native
Assembly:
Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static explicit operator mp_size_t (
ulong value
)
Public Shared Narrowing Operator CType (
value As ULong
) As mp_size_t
static explicit operator mp_size_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:
mp_size_tAn
mp_size_t value.
See Also