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