Click or drag to resize

INumericTypeTAboveOrEqual Method (T)

Adds a chunk of numeric values above a min

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

Parameters

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

Return Value

Type: INumericTypeT
returns this.
See Also