GMP Native Interface for .NET
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)

public mp_ptr( mp_base mp )
Public Sub New ( mp As mp_base )
public: mp_ptr( mp_base^ mp )
new : mp : mp_base -> mp_ptr
Parameters
- mp
- Type: Math.Gmp.Nativemp_base
Represents an array of limbs.
