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