Click or drag to resize
mpfr_sign_t  Conversion (Int64 to mpfr_sign_t)
Converts an Int64 value to a 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 explicit operator mpfr_sign_t (
	long value
)

Parameters

value
Type: SystemInt64
An Int64 value.

Return Value

Type: mpfr_sign_t
An mpfr_sign_t value.
See Also