AccuracyGoal.Inequality Operator

Compares two accuracy goals for inequality.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
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

Boolean
true if the two accuracy goals are not equal; otherwise false.

See Also