Click or drag to resize

INumericTypeTValue Method (T)

Creates a range of one numeric value

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

Parameters

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

Return Value

Type: INumericTypeT
returns this.
See Also