Click or drag to resize

mcobjVectorOpEnum Enumeration

Namespace:  MediaCy.IQL.ObjectManager
Assembly:  MediaCy.IQL.ObjectManager (in MediaCy.IQL.ObjectManager.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcobjVectorOpEnum
Members
  Member nameValueDescription
mcobjAdd0Arithmetic BinOps
mcobjSub1
mcobjMul2
mcobjDiv3
mcobjMod4
mcobjSmallerOf5
mcobjLargerOf6
mcobjLeftShift7Bit shift Operators Integral types only
mcobjRightShift8
mcobjAndBits9bitwise logic operations, Integral types only
mcobjOrBits10
mcobjXorBits11
mcobjConcat12concatenate operators
mcobjFillIn13
mcobjConcatConcat14
mcobjLT15logical comparison operators
mcobjLE16
mcobjEQ17
mcobjNE18
mcobjGE19
mcobjGT20
mcobjAND21logical AND and OR operators
mcobjOR22
mcobjNeg23Uniary arithmetic negation
mcobjBitwiseNot24Uniary bitwise Not
mcobjNOT25Uniary logical NOT
mcobjCast26cast operator, right operand is name of type to cast to Self operators
mcobjBareAssign38Assignment, Left[] = Right
mcobjSelfAssign39Assignment, Left = Right
mcobjSelfAdd40Arithmetic BinOps
mcobjSelfSub41
mcobjSelfMul42
mcobjSelfDiv43
mcobjSelfMod44
mcobjSelfSmallerOf45
mcobjSelfLargerOf46
mcobjSelfLeftShift47Bit shift Operators Integral types only
mcobjSelfRightShift48
mcobjSelfAndBits49bitwise logic operations, Integral types only
mcobjSelfOrBits50
mcobjSelfXorBits51
mcobjSelfConcat52concatenate operators
mcobjSelfFillIn53
mcobjSelfConcatConcat54
mcobjSelfNeg55Uniary arithmetic negation
mcobjSelfBitwiseNot56Uniary bitwise Not
Remarks
Note Note
for OPTIMAS back-compatability these must match the optVectorOpEnumenumerations in ss\include\constdef.h So don't remove any and if you add any, add them at the end of the list and make a note of it
See Also