Enum SLApplyIntConst.TSLIntApplyOperation

From Mitov Wiki Doc
Revision as of 00:31, 26 June 2013 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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