mp_bitcnt_t Constructor

GMP Native Interface for .NET

mp_bitcnt_t Constructor
Creates a new mp_bitcnt_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_bitcnt_t(
	uint value
)
Public Sub New ( 
	value As UInteger
)
public:
mp_bitcnt_t(
	unsigned int value
)
new : 
        value : uint32 -> mp_bitcnt_t

Parameters

value
Type: SystemUInt32
The value of the new mp_bitcnt_t.
See Also