Click or drag to resize

IRangeCriteriasetCriteria Method (IComparable, IComparable, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.interfaces
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
void setCriteria(
	IComparable min,
	IComparable max,
	bool trueIfInside = true
)
Request Example View Source

Parameters

min
Type: SystemIComparable
max
Type: SystemIComparable
trueIfInside (Optional)
Type: SystemBoolean
See Also