mp_ptr.Size Property

GMP Native Interface for .NET

mp_ptrSize Property
The number of limbs.

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 Size { get; }
Public ReadOnly Property Size As mp_size_t
	Get
public:
property mp_size_t Size {
	mp_size_t get ();
}
member Size : mp_size_t with get

Property Value

Type: mp_size_t
Remarks