Click or drag to resize
mp_exp_t  Conversion (SByte to mp_exp_t)
Converts a Byte value to an mp_exp_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_exp_t (
	sbyte value
)

Parameters

value
Type: SystemSByte
A Byte value.

Return Value

Type: mp_exp_t
An mp_exp_t value.
See Also