Click or drag to resize

rangeCriteriaTsetCriteria Method (T, Boolean)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the criteria.

Namespace:  imbSCI.Core.math.range
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setCriteria(
	T even,
	bool trueIfMore = true
)
Request Example View Source

Parameters

even
Type: T
The even.
trueIfMore (Optional)
Type: SystemBoolean
if set to true [true if more].
See Also