Click or drag to resize

rangeCriteriaTsetCriteria Method (T, 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 min,
	T max,
	bool trueIfInside = true
)
Request Example View Source

Parameters

min
Type: T
The minimum.
max
Type: T
The maximum.
trueIfInside (Optional)
Type: SystemBoolean
if set to true [true if inside].
See Also