mp_limb_t Conversion (mp_limb_t to UInt16) |
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 ushort (
mp_limb_t value
)
Public Shared Narrowing Operator CType (
value As mp_limb_t
) As UShort
static explicit operator unsigned short (
mp_limb_t value
)
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Math.Gmp.Nativemp_limb_t
An mp_limb_t value.
Return Value
Type:
UInt16A
UInt16 value.
See Also