[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 Methods

  NameDescription
static memberAddDouble
Adds doubles.

static memberAddInt32
Adds int32s.

static memberAddInt64
Adds int64s.

static memberAddSingle
Adds singles.

static memberAddUInt32
Adds unsigned 32-bit ints.

static memberAddUInt64
Adds unsigned int64s.

static memberDivideDouble
Divides doubles.

static memberDivideInt32
Divides 32-bit ints.

static memberDivideInt64
Divides 64-bit ints.

static memberDivideSingle
Divides singles.

static memberDivideUInt32
Divides unsigned 32-bit ints.

static memberDivideUInt64
Divides unsigned 64-bit ints.

Equals (Inherited from Object.)
GetComputer
Returns number cruncher for the target coercion type.

GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
static memberModuloDouble
Moduloes doubles.

static memberModuloInt32
Moduloes 32-bit ints.

static memberModuloInt64
Moduloes 64-bit ints.

static memberModuloSingle
Moduloes singles.

static memberModuloUInt32
Moduloes unsigned 32-bit ints.

static memberModuloUInt64
Moduloes unsigned 64-bit ints.

static memberMultiplyDouble
Multiplies doubles.

static memberMultiplyInt32
Multiplies 32-bit ints.

static memberMultiplyInt64
Multiplies 64-bit ints.

static memberMultiplySingle
Multiplies singles.

static memberMultiplyUInt32
Multiplies unsigned 32-bit ints.

static memberMultiplyUInt64
Multiplies unsigned 64-bit ints.

static memberSubtractDouble
Subtracts doubles.

static memberSubtractInt32
Subtracts 32-bit ints.

static memberSubtractInt64
Subtracts 64-bit ints.

static memberSubtractSingle
Subtracts singles.

static memberSubtractUInt32
Subtracts unsigned 32-bit ints.

static memberSubtractUInt64
Subtracts unsigned 64-bit ints.

ToString (Inherited from Object.)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)