Click or drag to resize

Interval.Inequality 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 !=(
	Interval u,
	Interval v
)

Parameters

u
Type: Meta.Numerics.Interval
The first interval.
v
Type: Meta.Numerics.Interval
The second interval.

Return Value

Type: Boolean
false if u and v are equal, otherwise true.
See Also