[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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetComputer
Returns number cruncher for the target coercion type.

GetHashCode
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(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
Returns a String that represents the current Object.
(Inherited from Object.)

Protected Methods

  NameDescription
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)

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.

Public Properties

  NameDescription
ExpressionText
Returns string representation of enum.