Click or drag to resize

aceRangeConfig Constructor (IComparable, IComparable, numberRangeModifyRule)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Defines range

Namespace:  imbSCI.Core.attributes
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public aceRangeConfig(
	IComparable _min,
	IComparable _max,
	numberRangeModifyRule _rule
)
Request Example View Source

Parameters

_min
Type: SystemIComparable
The minimum.
_max
Type: SystemIComparable
The maximum.
_rule
Type: imbSCI.Core.math.rangenumberRangeModifyRule
The rule.
See Also