GMP Native Interface for .NET
mp_exp_t Conversion (UInt32 to mp_exp_t) |
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 mp_exp_t ( uint value )
Public Shared Narrowing Operator CType ( value As UInteger ) As mp_exp_t
static explicit operator mp_exp_t ( unsigned int value )
F# does not support the declaration of new casting operators.
Parameters
- value
- Type: SystemUInt32
A UInt32 value.
Return Value
Type: mp_exp_tAn mp_exp_t value.
