| INumericTypeTBelowOrEqual Method (T) |
Adds a chunk of numeric values below or equal to max
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax INumericType<T> BelowOrEqual(
T max
)
Function BelowOrEqual (
max As T
) As INumericType(Of T)
INumericType<T>^ BelowOrEqual(
T max
)
abstract BelowOrEqual :
max : 'T -> INumericType<'T>
Parameters
- max
- Type: T
The max value (included) of the range.
Return Value
Type:
INumericTypeTreturns
this.
See Also