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
Public Shared ReadOnly mp_bytes_per_limb As mp_size_t
public:
static initonly mp_size_t mp_bytes_per_limb
static val mp_bytes_per_limb: mp_size_t
Field Value
Type:
mp_size_tExamples mp_size_t bytesPerLimb = gmp_lib.mp_bytes_per_limb;
Assert.AreEqual(bytesPerLimb, (mp_size_t)IntPtr.Size);
Dim bytesPerLimb As mp_size_t = gmp_lib.mp_bytes_per_limb
Assert.AreEqual(bytesPerLimb, DirectCast(IntPtr.Size, mp_size_t))
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