| INumericTypeTRange Method (T, T) |
Adds a chunk of numeric values
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax INumericType<T> Range(
T min,
T max
)
Function Range (
min As T,
max As T
) As INumericType(Of T)
INumericType<T>^ Range(
T min,
T max
)
abstract Range :
min : 'T *
max : 'T -> INumericType<'T>
Parameters
- min
- Type: T
The min value (included) of the chunk. - max
- Type: T
The max value (included) of the chunk.
Return Value
Type:
INumericTypeTReturn
this so that adding chunks can be chained.
See Also