gmp_lib.mp_bits_per_limb Field

GMP Native Interface for .NET

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
Public Shared ReadOnly mp_bits_per_limb As Integer
public:
static initonly int mp_bits_per_limb
static val mp_bits_per_limb: int

Field Value

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

No code example is currently available or this language may not be supported.

No code example is currently available or this language may not be supported.

See Also