mpfr_exp_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)
Syntaxpublic static bool operator !=(
mpfr_exp_t value1,
mpfr_exp_t value2
)
Public Shared Operator <> (
value1 As mpfr_exp_t,
value2 As mpfr_exp_t
) As Boolean
public:
static bool operator !=(
mpfr_exp_t value1,
mpfr_exp_t value2
)
static let inline (<>)
value1 : mpfr_exp_t *
value2 : mpfr_exp_t : bool
Parameters
- value1
- Type: Math.Mpfr.Nativempfr_exp_t
A mpfr_exp_t value. - value2
- Type: Math.Mpfr.Nativempfr_exp_t
A mpfr_exp_t value.
Return Value
Type:
BooleanTrue if the two values are different, and
False otherwise.
See Also