Click or drag to resize
gmp_libmp_bytes_per_limb Field
The number of bytes 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_bytes_per_limb

Field Value

Type: mp_size_t
Examples
mp_size_t bytesPerLimb = gmp_lib.mp_bytes_per_limb;
Assert.AreEqual(bytesPerLimb, (mp_size_t)IntPtr.Size);
See Also