Slice.AllLessThanOrEqual Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public bool AllLessThanOrEqual(
	int value
)

Parameters

value  Int32
A number.

Return Value

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

See Also