Click or drag to resize

INumericTypeTGetErrorValue Method

Returns any value for this range (all values have the same probability) as an error value

Namespace:  SmartTests.Ranges
Assembly:  SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax
Criteria GetErrorValue(
	out T value
)

Parameters

value
Type: T
A random value within this range.

Return Value

Type: Criteria
Any Criteria so that it can be used everywhere a criteria is expected.
See Also