mp_exp_t Constructor

GMP Native Interface for .NET

mp_exp_t Constructor
Creates a new mp_exp_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_exp_t(
	int value
)
Public Sub New ( 
	value As Integer
)
public:
mp_exp_t(
	int value
)
new : 
        value : int -> mp_exp_t

Parameters

value
Type: SystemInt32
The value of the new mp_exp_t.
See Also