mp_base._mp_size Property
From GMP Native Interface for .NET
GMP Native Interface for .NET
| mp_base_mp_size 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)
public virtual mp_size_t _mp_size { get; set; }
Public Overridable Property _mp_size As mp_size_t Get Set
public: virtual property mp_size_t _mp_size { mp_size_t get (); void set (mp_size_t value); }
abstract _mp_size : mp_size_t with get, set override _mp_size : mp_size_t with get, set