GMP Native Interface for .NET
mp_exp_t Conversion (mp_exp_t to UInt64) |
Namespace: Math.Gmp.Native
Assembly: Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)

public static explicit operator ulong ( mp_exp_t value )
Public Shared Narrowing Operator CType ( value As mp_exp_t ) As ULong
static explicit operator unsigned long long ( mp_exp_t value )
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: Math.Gmp.Nativemp_exp_t
An mp_exp_t value.
Return Value
Type: UInt64A UInt64 value.
