Click or drag to resize

imbNumberScalegetAbsoluteValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraća apsolutni broj za zadati racio koristeći postavljeni min-max raspon

Namespace:  imbSCI.Core.math.range
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public double getAbsoluteValue(
	double ratio,
	bool normalizeRatio = false
)
Request Example View Source

Parameters

ratio
Type: SystemDouble
koeficijent na osnovu kojeg se dobija absolutni broj
normalizeRatio (Optional)
Type: SystemBoolean
If true, the ratio input is normalized: ratio = ratio % 1, and negative values are interpreted as inverse position (i.e. from right to left)

Return Value

Type: Double
See Also