Click or drag to resize

rangeValueDecimal Constructor

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

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

Parameters

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