Click or drag to resize

DiscreteIntervalInequality Operator

Tests whether two intervals are not equal.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public static bool operator !=(
	DiscreteInterval a,
	DiscreteInterval b
)

Parameters

a
Type: Meta.NumericsDiscreteInterval
The first interval.
b
Type: Meta.NumericsDiscreteInterval
The second interval.

Return Value

Type: Boolean
if a and b are equal, otherwise .
See Also