Click or drag to resize
mpfr_exp_t  Conversion (mpfr_exp_t to Int16)
Converts an mpfr_exp_t value to an Int16 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 explicit operator short (
	mpfr_exp_t value
)

Parameters

value
Type: Math.Mpfr.Nativempfr_exp_t
An mpfr_exp_t value.

Return Value

Type: Int16
An Int16 value.
See Also