Pin SLDivideComplex.TSLDivideComplex.DividerInputPin
From Mitov Wiki Doc
(Difference between revisions)
Latest revision as of 00:24, 22 November 2011
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.
Class: TSLDivideComplex
Contents |
Syntax
Delphi:
property DividerInputPin : TSLOWQueuedComplexSinkPin read FDividerInputPin write FDividerInputPin;
C++ Builder:
__property TSLOWQueuedComplexSinkPin * DividerInputPin = { read=FDividerInputPin, write=FDividerInputPin };
Summary
The divider input pin for the subtraction.
Description
DividerInputPin is the complex buffer data input pin of the
TSLDivideComplex component providing Divider samples.
You can connect this pin to any pin providing Real(double) buffer data.
Delphi example:
SLDivideComplex1.DividerInputPin.Connect( SLGenericComplex1.OutputPin );
C++ Builder example:
SLDivideComplex1->DividerInputPin->Connect( SLGenericComplex1->OutputPin );
Visual C++(MFC) example:
SLDivideComplex1.DividerInputPin.Connect( SLGenericComplex1.OutputPin );
C# example:
divideComplex1.DividerInputPin.Connect( genericComplex1.OutputPin );