Limits ValueScaledToLimits Method ElecNetKit Documentation
Scales a value from the Auto-limits space to the manual-limits space.

Namespace: ElecNetKit.Util
Assembly: ElecNetKit.Core (in ElecNetKit.Core.dll) Version: 1.1.4771.27370 (1.1.0.0)
Syntax

public double ValueScaledToLimits(
	double value
)

Parameters

value
Type: OnlineSystem Double
A value in the auto-limits space, in the interval [AutoMin,AutoMax].

Return Value

A value the same percentage of the way through the interval [LimitMin,LimitMax].
See Also