Click or drag to resize

FilterRoutines Class

LightningChart .NET Help
Static methods for filtering
Inheritance Hierarchy
SystemObject
  Arction.WinForms.SignalProcessing.FilteringFilterRoutines

Namespace:  Arction.WinForms.SignalProcessing.Filtering
Assembly:  Arction.WinForms.SignalProcessing.SignalTools (in Arction.WinForms.SignalProcessing.SignalTools.dll) Version: 10.3.1
Syntax
public class FilterRoutines

The FilterRoutines type exposes the following members.

Constructors
  NameDescription
Public methodFilterRoutines
Initializes a new instance of the FilterRoutines class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberMovingAverage
Moving (floating) average. Smoothens the given data, by calculating using value and neighbor values
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also