Enum SLApplyIntConst.TSLIntApplyOperation

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 11: Line 11:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TSLIntApplyOperation = ([[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAdd|iaoAdd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtract|iaoSubtract]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtractConst|iaoSubtractConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoMultiply|iaoMultiply]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivide|iaoDivide]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivideConst|iaoDivideConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAnd|iaoAnd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoOr|iaoOr]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoXor|iaoXor]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoLShift|iaoLShift]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoRShift|iaoRShift]]);
+
'''type''' TSLIntApplyOperation = ([[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAdd|iaoAdd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtract|iaoSubtract]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtractConst|iaoSubtractConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoMultiply|iaoMultiply]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivide|iaoDivide]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivideConst|iaoDivideConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAnd|iaoAnd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoOr|iaoOr]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoXor|iaoXor]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoLShift|iaoLShift]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoRShift|iaoRShift]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSet|iaoSet]]);
 
</code>
 
</code>
  
 
=== C++ Builder: ===
 
=== C++ Builder: ===
 
<code>
 
<code>
'''enum''' TSLIntApplyOperation {[[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAdd|iaoAdd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtract|iaoSubtract]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtractConst|iaoSubtractConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoMultiply|iaoMultiply]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivide|iaoDivide]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivideConst|iaoDivideConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAnd|iaoAnd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoOr|iaoOr]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoXor|iaoXor]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoLShift|iaoLShift]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoRShift|iaoRShift]]};
+
'''enum''' TSLIntApplyOperation {[[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAdd|iaoAdd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtract|iaoSubtract]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtractConst|iaoSubtractConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoMultiply|iaoMultiply]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivide|iaoDivide]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivideConst|iaoDivideConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAnd|iaoAnd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoOr|iaoOr]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoXor|iaoXor]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoLShift|iaoLShift]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoRShift|iaoRShift]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSet|iaoSet]]};
 
</code>
 
</code>
  
 
=== Visual C++ (MFC): ===
 
=== Visual C++ (MFC): ===
 
<code>
 
<code>
'''enum''' CTSLIntApplyOperation {[[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAdd|iaoAdd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtract|iaoSubtract]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtractConst|iaoSubtractConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoMultiply|iaoMultiply]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivide|iaoDivide]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivideConst|iaoDivideConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAnd|iaoAnd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoOr|iaoOr]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoXor|iaoXor]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoLShift|iaoLShift]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoRShift|iaoRShift]]};
+
'''enum''' CTSLIntApplyOperation {[[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAdd|iaoAdd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtract|iaoSubtract]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSubtractConst|iaoSubtractConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoMultiply|iaoMultiply]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivide|iaoDivide]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoDivideConst|iaoDivideConst]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoAnd|iaoAnd]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoOr|iaoOr]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoXor|iaoXor]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoLShift|iaoLShift]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoRShift|iaoRShift]], [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSet|iaoSet]]};
 
</code>
 
</code>
  
Line 65: Line 65:
 
|-
 
|-
 
| [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoRShift|iaoRShift]]
 
| [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoRShift|iaoRShift]]
 +
|
 +
|-
 +
| [[Enum item SLApplyIntConst.TSLIntApplyOperation.iaoSet|iaoSet]]
 
|  
 
|  
 
|-
 
|-

Revision as of 20:30, 10 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: 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
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox