Pin SLDivideComplex.TSLDivideComplex.DivisibleInputPin
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 DivisibleInputPin : TSLOWQueuedComplexSinkPin read FDivisibleInputPin write FDivisibleInputPin;
C++ Builder:
__property TSLOWQueuedComplexSinkPin * DivisibleInputPin = { read=FDivisibleInputPin, write=FDivisibleInputPin };
Summary
The divisible input pin for the subtraction.
Description
DivisibleInputPin is the complex buffer data input pin of the
TSLDivideComplex component providing Divisible samples.
You can connect this pin to any pin providing Real(double) buffer data.
Delphi example:
SLDivideComplex1.DivisibleInputPin.Connect( SLGenericComplex2.OutputPin );
C++ Builder example:
SLDivideComplex1->DivisibleInputPin->Connect( SLGenericComplex2->OutputPin );
Visual C++(MFC) example:
SLDivideComplex1.DivisibleInputPin.Connect( SLGenericComplex2.OutputPin );
C# example:
divideComplex1.DivisibleInputPin.Connect( genericComplex2.OutputPin );