Limits ProcessData Method (IEnumerable Double )ElecNetKit Documentation
Processes a set of data.

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

public void ProcessData(
	IEnumerable<double> values
)

Parameters

values
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
A set of data to consider into the limits.
See Also