UncertainValueInequality Operator

Determines whether two uncertain values are not equal.

Definition

Namespace: Meta.Numerics
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public static bool operator !=(
	UncertainValue v1,
	UncertainValue v2
)

Parameters

v1  UncertainValue
The first uncertain value.
v2  UncertainValue
The second uncertain value.

Return Value

Boolean
if the two uncertain values are unequal, otherwise .

See Also