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