Click or drag to resize
mpz_t_mp_size Property
The number of limbs, or the negative of that when representing a negative integer.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override mp_size_t _mp_size { get; set; }

Property Value

Type: mp_size_t
Remarks

The number of limbs, or the negative of that when representing a negative integer. Zero is represented by mp_base._mp_size set to zero, in which case the mp_base._mp_d data is unused.

See Also