AccuracyGoal.Inequality Operator

Compares two accuracy goals for inequality.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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