Compares two accuracy goals for inequality.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static bool operator !=(
AccuracyGoal goal1,
AccuracyGoal goal2
)
Public Shared Operator <> (
goal1 As AccuracyGoal,
goal2 As AccuracyGoal
) As Boolean
public:
static bool operator !=(
AccuracyGoal goal1,
AccuracyGoal goal2
)
static let inline (<>)
goal1 : AccuracyGoal *
goal2 : AccuracyGoal : bool
Parameters
- goal1
- Type: Extreme.MathematicsAccuracyGoal
The first accuracy goal to compare. - goal2
- Type: Extreme.MathematicsAccuracyGoal
The second accuracy goal to compare.
Return Value
Type:
Boolean if the two accuracy goals are not equal;
otherwise
.
Reference