Click or drag to resize
gmp_libmp_bits_per_limb Field
The number of bits 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 int mp_bits_per_limb

Field Value

Type: Int32
Examples
int bitsPerLimb = gmp_lib.mp_bits_per_limb;
Assert.AreEqual(bitsPerLimb, IntPtr.Size * 8);
See Also