Class SLBasicGenericRealMatrix.TSLCommonRealMatrixFilter
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: SignalLabBasicPkg
Unit: SLBasicGenericRealMatrix
Inherits: TSLBasicCommonFilter
Contents |
Syntax
Delphi:
type TSLCommonRealMatrixFilter = class( TSLBasicCommonFilter )
C++ Builder:
class TSLCommonRealMatrixFilter : public TSLBasicCommonFilter
Visual C++ (MFC):
class CTSLCommonRealMatrixFilter : public CTSLBasicCommonFilter
C# (.NET):
public ref class CommonRealMatrixFilter : Mitov.SignalLab.BasicCommonFilter
Summary
Base abstract class for Real(Double) Matrix data filters.
Description
Abstract base class for all the Real(Double) Matrix data filters.
Pins
- OutputPin - The output pin of the filter.
- InputPin - The Real(double) Matrix Input Pin of the filter.