Enum SLApplyIntConst.TSLIntApplyOperation
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: SLApplyIntConst
Contents |
Syntax
Delphi:
type TSLIntApplyOperation = (iaoAdd, iaoSubtract, iaoSubtractConst, iaoMultiply, iaoDivide, iaoDivideConst, iaoAnd, iaoOr, iaoXor, iaoLShift, iaoRShift, iaoSet);
C++ Builder:
enum TSLIntApplyOperation {iaoAdd, iaoSubtract, iaoSubtractConst, iaoMultiply, iaoDivide, iaoDivideConst, iaoAnd, iaoOr, iaoXor, iaoLShift, iaoRShift, iaoSet};
Visual C++ (MFC):
enum CTSLIntApplyOperation {iaoAdd, iaoSubtract, iaoSubtractConst, iaoMultiply, iaoDivide, iaoDivideConst, iaoAnd, iaoOr, iaoXor, iaoLShift, iaoRShift, iaoSet};
Summary
Defines the type of operation to be performed between a Integer buffer and a Integer constant.
Description
Type of operation to be performed between a Integer buffer and a Integer constant.
Values
iaoAdd | |
iaoSubtract | |
iaoSubtractConst | |
iaoMultiply | |
iaoDivide | |
iaoDivideConst | |
iaoAnd | |
iaoOr | |
iaoXor | |
iaoLShift | |
iaoRShift | |
iaoSet |