Limits MembersElecNetKit Documentation

The Limits type exposes the following members.
Constructors

  NameDescription
Public methodLimits
Instantiates a new Limits.
Back to Top
Methods

  NameDescription
Public methodAutoDataReset
Resets the Auto limits.
Public methodProcessData(IEnumerable Double )
Processes a set of data.
Public methodProcessData(Double)
Processes a single data point.
Public methodValueScaledToLimits
Scales a value from the Auto-limits space to the manual-limits space.
Public methodValueUnscaledFromLimits
Unscales a value from the manual/custom space to the auto-space
Back to Top
Properties

  NameDescription
Public propertyAutoMax
Returns the automatically determined maximum value of the processed data.
Public propertyAutoMin
Returns the automatically determined minimum value of the processed data.
Public propertyCount
Returns the number of data points processed by the Limits.
Public propertyLimitMax
A custom maximum for scaling values in the auto-space to a custom space.
Public propertyLimitMin
A custom minimum for scaling values in the auto-space to a custom space.
Back to Top
See Also