Limits ProcessData Method (Double)ElecNetKit Documentation
Processes a single data point.

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

public void ProcessData(
	double value
)

Parameters

value
Type: OnlineSystem Double
A piece of data to consider into the limits.
See Also