Click or drag to resize
mp_size_t Constructor
Creates a new mp_size_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_size_t(
	int value
)

Parameters

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