| NumericTypeT, TTypeBelowOrEqual 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 public INumericType<T> BelowOrEqual(
T max
)
Public Function BelowOrEqual (
max As T
) As INumericType(Of T)
public:
virtual INumericType<T>^ BelowOrEqual(
T max
) sealed
abstract BelowOrEqual :
max : 'T -> INumericType<'T>
override BelowOrEqual :
max : 'T -> INumericType<'T>
Parameters
- max
- Type: T
The max value (included) of the range.
Return Value
Type:
INumericTypeTreturns
this.
Implements
INumericTypeTBelowOrEqual(T)See Also