Enum LogicalOperatorSemanticFlags
public enum LogicalOperatorSemanticFlags
Fields
All = 254BooleanEffectiveType = 4The semantic effective type of the operation is
VBBooleanType(but then let-coerced to aVBIntegerValuefor evaluation).ByteEffectiveType = 2The semantic effective type of the operation is
VBByteType.HasNullOperand = 0The operation involves a
VBNullValueoperand.IntegerEffectiveType = 8The semantic effective type of the operation is
VBIntegerType.IsBitwiseSemantics = 128trueif the operation is evaluated using bitwise semantics.LongEffectiveType = 16The semantic effective type of the operation is
VBLongType.LongLongEffectiveType = 32The semantic effective type of the operation is
VBLongLongType.NullEffectiveType = 64The semantic effective type of the operation is
VBNullType(both operands areVBNullValue).