Click or drag to resize

NumericTypeT, TTypeRange Method (T, T)

Adds a chunk of numeric values

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
public INumericType<T> Range(
	T min,
	T max
)

Parameters

min
Type: T
The min value (included) of the chunk.
max
Type: T
The max value (included) of the chunk.

Return Value

Type: INumericTypeT
Return this so that adding chunks can be chained.

Implements

INumericTypeTRange(T, T)
See Also