Click or drag to resize

rangeFinderGetPositionInRange Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns 0 (min) to 1 (max) position of the input, within Minimum - Maximum range

Namespace:  imbSCI.Core.math.range.finder
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public double GetPositionInRange(
	double input
)
Request Example View Source

Parameters

input
Type: SystemDouble
The input.

Return Value

Type: Double
See Also