Click or drag to resize

rangeCriteriaTtestCriteria Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Tests the value against criteria.

Namespace:  imbSCI.Core.math.range
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public bool testCriteria(
	T testValue
)
Request Example View Source

Parameters

testValue
Type: T
The test value.

Return Value

Type: Boolean
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
See Also