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

Parameters

value
Type: Math.Mpfr.Nativempfr_sign_t
An mpfr_sign_t value.

Return Value

Type: Int64
An Int64 value.
See Also