Slice.AllGreaterThanOrEqual Method

Gets whether all indexes in the slice are greater than or equal to the specified value.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool AllGreaterThanOrEqual(
	int value
)

Parameters

value  Int32
A number.

Return Value

Boolean
true if all indexes are greater than or equal to value; otherwise false.

See Also