Click or drag to resize

imbNumberScale Constructor (Double, Double)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Konstruktor koji postavlja min i max

Namespace:  imbSCI.Core.math.range
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public imbNumberScale(
	double _min,
	double _max
)
Request Example View Source

Parameters

_min
Type: SystemDouble
_max
Type: SystemDouble
See Also