Accuracy Goal.Inequality Operator
Compares two accuracy goals for inequality.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the two accuracy goals are not equal; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.