Click or drag to resize
mp_ptr Constructor (mp_base)
Creates new pointer to array of limbs at mp.

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_ptr(
	mp_base mp
)

Parameters

mp
Type: Math.Gmp.Nativemp_base
Represents an array of limbs.
See Also