Enum SLApplyComplexConst.TSLComplexApplyOperation
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 02:45, 11 June 2013
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: SignalLabPkg
Unit: SLApplyComplexConst
Contents |
Syntax
Delphi:
type TSLComplexApplyOperation = (caoAdd, caoSubtract, caoSubtractConst, caoMultiply, caoDivide, caoDivideConst, caoSet);
C++ Builder:
enum TSLComplexApplyOperation {caoAdd, caoSubtract, caoSubtractConst, caoMultiply, caoDivide, caoDivideConst, caoSet};
Visual C++ (MFC):
enum CTSLComplexApplyOperation {caoAdd, caoSubtract, caoSubtractConst, caoMultiply, caoDivide, caoDivideConst, caoSet};
Summary
Defines the type of operation to be performed between a Complex buffer and a complex constant.
Description
Type of operation to be performed between a Complex buffer and a Complex constant.
Values
caoAdd | Add operation. |
caoSubtract | Subtract operation. |
caoSubtractConst | Subtract sample from constant operation. |
caoMultiply | Multiply operation. |
caoDivide | Divide operation. |
caoDivideConst | Divide constant by sample operation. |
caoSet |