Click or drag to resize
gmp_libmp_uint_per_limb Field
The number of 32-bit, unsigned integers per limb.

Namespace:  Math.Gmp.Native
Assembly:  Math.Gmp.Native (in Math.Gmp.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static readonly mp_size_t mp_uint_per_limb

Field Value

Type: mp_size_t
Examples
mp_size_t uintsPerLimb = gmp_lib.mp_uint_per_limb;
Assert.AreEqual(uintsPerLimb, (mp_size_t)(IntPtr.Size / 4));
See Also