Table of Contents

Enum LogicalOperatorSemanticFlags

Namespace
RDCore.SDK.Semantics.Flags
Assembly
RDCore.SDK.dll
public enum LogicalOperatorSemanticFlags

Fields

All = 254
BooleanEffectiveType = 4

The semantic effective type of the operation is VBBooleanType (but then let-coerced to a VBIntegerValue for evaluation).

ByteEffectiveType = 2

The semantic effective type of the operation is VBByteType.

HasNullOperand = 0

The operation involves a VBNullValue operand.

IntegerEffectiveType = 8

The semantic effective type of the operation is VBIntegerType.

IsBitwiseSemantics = 128

true if the operation is evaluated using bitwise semantics.

LongEffectiveType = 16

The semantic effective type of the operation is VBLongType.

LongLongEffectiveType = 32

The semantic effective type of the operation is VBLongLongType.

NullEffectiveType = 64

The semantic effective type of the operation is VBNullType (both operands are VBNullValue).