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