Click or drag to resize

INumericTypeTBelow Method (T)

Adds a chunk of numeric values below max

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
INumericType<T> Below(
	T max
)

Parameters

max
Type: T
The max value (excluded) of the created chunk.

Return Value

Type: INumericTypeT
returns this.
See Also