Click or drag to resize

NumericTypeT, TTypeBelowOrEqual Method (T)

Adds a chunk of numeric values below or equal to max

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

Parameters

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

Return Value

Type: INumericTypeT
returns this.

Implements

INumericTypeTBelowOrEqual(T)
See Also