Click or drag to resize
mpfr_sign_t  Conversion (SByte to mpfr_sign_t)
Converts a Byte value to an mpfr_sign_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_sign_t (
	sbyte value
)

Parameters

value
Type: SystemSByte
A Byte value.

Return Value

Type: mpfr_sign_t
An mpfr_sign_t value.
See Also