Gets whether all indexes in the slice are
greater than or equal to the specified value.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool AllGreaterThanOrEqual(
int value
)
Public Function AllGreaterThanOrEqual (
value As Integer
) As Boolean
public:
bool AllGreaterThanOrEqual(
int value
)
member AllGreaterThanOrEqual :
value : int -> bool
Parameters
- value
- Type: SystemInt32
A number.
Return Value
Type:
Boolean if all indexes are
greater than or equal to
value;
otherwise
.
Reference