Click or drag to resize

NumericTypeT, TTypeValue Method (T)

Creates a range of one numeric value

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

Parameters

value
Type: T
The minimum and maximum value of this range.

Return Value

Type: INumericTypeT
returns this.

Implements

INumericTypeTValue(T)
See Also