mp_limb_t Constructor

GMP Native Interface for .NET

mp_limb_t Constructor
Creates a new mp_limb_t, and sets its value.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public mp_limb_t(
	ulong value
)
Public Sub New ( 
	value As ULong
)
public:
mp_limb_t(
	unsigned long long value
)
new : 
        value : uint64 -> mp_limb_t

Parameters

value
Type: SystemUInt64
The value of the new mp_limb_t.
See Also