Limits ValueUnscaledFromLimits Method ElecNetKit Documentation
Unscales a value from the manual/custom space to the auto-space

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

public double ValueUnscaledFromLimits(
	double p
)

Parameters

p
Type: OnlineSystem Double
A value in the manual/custom space, in the interval [LimitMin,LimitMax]

Return Value

A value the same percentage of the way through the interval [AutoMin,AutoMax].
See Also