Processes a set of data.
Namespace: ElecNetKit.UtilAssembly: 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:
System.Collections.Generic IEnumerable
Double
A set of data to consider into the limits.
See Also