Enum SLApplyIntConst.TSLIntApplyOperation

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)
Newer edit →

Revision as of 00:24, 22 November 2011

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);

C++ Builder:

enum TSLIntApplyOperation {iaoAdd, iaoSubtract, iaoSubtractConst, iaoMultiply, iaoDivide, iaoDivideConst, iaoAnd, iaoOr, iaoXor, iaoLShift, iaoRShift};

Visual C++ (MFC):

enum CTSLIntApplyOperation {iaoAdd, iaoSubtract, iaoSubtractConst, iaoMultiply, iaoDivide, iaoDivideConst, iaoAnd, iaoOr, iaoXor, iaoLShift, iaoRShift};

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
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox