Click or drag to resize
mpf_t_mp_size Property
The number of limbs currently in use, or the negative of that when representing a negative value.

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; }

Property Value

Type: mp_size_t
Remarks

Zero is represented by _mp_size and _mp_exp both set to zero, and in that case the mp_base._mp_d data is unused. (In the future _mp_exp might be undefined when representing zero.)

See Also