Click or drag to resize

rangeValueInt32 Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the rangeValueInt32 class

Namespace:  imbSCI.Core.math.range
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public rangeValueInt32(
	int min,
	int max,
	int start,
	numberRangeModifyRule __rule
)
Request Example View Source

Parameters

min
Type: SystemInt32
max
Type: SystemInt32
start
Type: SystemInt32
__rule
Type: imbSCI.Core.math.rangenumberRangeModifyRule
See Also