[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Enumeration for the type of arithmatic to use.

The following tables list the members exposed by the MathArithTypeEnum type.

Public Fields

  NameDescription
static memberADD
Plus.

static memberDIVIDE
Divide

static memberMODULO
Modulo.

static memberMULTIPLY
Multiply.

static memberSUBTRACT
Minus

static memberValues
Public enumeration of pseudo-enumerated type values.