Click or drag to resize

NumericTypeT, TTypeAboveOrEqual Method (T)

Adds a chunk of numeric values above a min

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

Parameters

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

Return Value

Type: INumericTypeT
returns this.

Implements

INumericTypeTAboveOrEqual(T)
See Also