Click or drag to resize
mpfr_prec_t  Conversion (mpfr_prec_t to Byte)
Converts an mpfr_prec_t value to a Byte 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 byte (
	mpfr_prec_t value
)

Parameters

value
Type: Math.Mpfr.Nativempfr_prec_t
An mpfr_prec_t value.

Return Value

Type: Byte
A Byte value.
See Also