Table of Contents

Enum ArithmeticOperatorSemanticFlags

Namespace
RDCore.SDK.Semantics.Runtime.Operators
Assembly
RDCore.SDK.dll
[Flags]
public enum ArithmeticOperatorSemanticFlags

Fields

BankersRounding = 16

The operation involves the Banker's Rounding algorithm.

VBDateEffectiveType = 4

The operation is evaluated with date effective type semantics.

VBNullEffectiveType = 1

The operation is evaluated with null effective type semantics.

VBNumericEffectiveType = 2

The operation is evaluated with numeric effective type semantics.

VBStringEffectiveType = 8

The operation is evaluated with string effective type semantics.