Accuracy Goal.Inequality Operator
Compares two accuracy goals for inequality.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the two accuracy goals are not equal; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool operator !=(
AccuracyGoal goal1,
AccuracyGoal goal2
)
Parameters
- goal1 AccuracyGoal
- The first accuracy goal to compare.
- goal2 AccuracyGoal
- The second accuracy goal to compare.
Return Value
Booleantrue if the two accuracy goals are not equal; otherwise false.