Slice.All Greater Than Or Equal Method
Gets whether all indexes in the slice are
greater than or equal to the specified value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if all indexes are greater than or equal to value; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public bool AllGreaterThanOrEqual(
int value
)
Parameters
- value Int32
- A number.
Return Value
Booleantrue if all indexes are greater than or equal to value; otherwise false.