Click or drag to resize

NumericTypeT, TTypeAbove Method (T)

Adds a chunk of numeric values above min

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

Parameters

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

Return Value

Type: INumericTypeT
returns this.

Implements

INumericTypeTAbove(T)
See Also