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

Namespace:  Math.Mpfr.Native
Assembly:  Math.Mpfr.Native (in Math.Mpfr.Native.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static implicit operator mpfr_exp_t (
	byte value
)

Parameters

value
Type: SystemByte
A Byte value.

Return Value

Type: mpfr_exp_t
An mpfr_exp_t value.
See Also