Click or drag to resize
mpfr_prec_tInequality Operator
Gets a value that indicates whether the two argument values are different.

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 bool operator !=(
	mpfr_prec_t value1,
	mpfr_prec_t value2
)

Parameters

value1
Type: Math.Mpfr.Nativempfr_prec_t
A mpfr_prec_t value.
value2
Type: Math.Mpfr.Nativempfr_prec_t
A mpfr_prec_t value.

Return Value

Type: Boolean
True if the two values are different, and False otherwise.
See Also