Click or drag to resize
mp_limb_t  Conversion (Byte to mp_limb_t)
Converts a Byte value to an mp_limb_t value.

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 implicit operator mp_limb_t (
	byte value
)

Parameters

value
Type: SystemByte
A Byte value.

Return Value

Type: mp_limb_t
An mp_limb_t value.
See Also