[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
Name | Description | |
---|---|---|
![]() ![]() | AddDouble |
Adds doubles.
|
![]() ![]() | AddInt32 |
Adds int32s.
|
![]() ![]() | AddInt64 |
Adds int64s.
|
![]() ![]() | AddSingle |
Adds singles.
|
![]() ![]() | AddUInt32 |
Adds unsigned 32-bit ints.
|
![]() ![]() | AddUInt64 |
Adds unsigned int64s.
|
![]() ![]() | DivideDouble |
Divides doubles.
|
![]() ![]() | DivideInt32 |
Divides 32-bit ints.
|
![]() ![]() | DivideInt64 |
Divides 64-bit ints.
|
![]() ![]() | DivideSingle |
Divides singles.
|
![]() ![]() | DivideUInt32 |
Divides unsigned 32-bit ints.
|
![]() ![]() | DivideUInt64 |
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.) |
![]() ![]() | ModuloDouble |
Moduloes doubles.
|
![]() ![]() | ModuloInt32 |
Moduloes 32-bit ints.
|
![]() ![]() | ModuloInt64 |
Moduloes 64-bit ints.
|
![]() ![]() | ModuloSingle |
Moduloes singles.
|
![]() ![]() | ModuloUInt32 |
Moduloes unsigned 32-bit ints.
|
![]() ![]() | ModuloUInt64 |
Moduloes unsigned 64-bit ints.
|
![]() ![]() | MultiplyDouble |
Multiplies doubles.
|
![]() ![]() | MultiplyInt32 |
Multiplies 32-bit ints.
|
![]() ![]() | MultiplyInt64 |
Multiplies 64-bit ints.
|
![]() ![]() | MultiplySingle |
Multiplies singles.
|
![]() ![]() | MultiplyUInt32 |
Multiplies unsigned 32-bit ints.
|
![]() ![]() | MultiplyUInt64 |
Multiplies unsigned 64-bit ints.
|
![]() ![]() | SubtractDouble |
Subtracts doubles.
|
![]() ![]() | SubtractInt32 |
Subtracts 32-bit ints.
|
![]() ![]() | SubtractInt64 |
Subtracts 64-bit ints.
|
![]() ![]() | SubtractSingle |
Subtracts singles.
|
![]() ![]() | SubtractUInt32 |
Subtracts unsigned 32-bit ints.
|
![]() ![]() | SubtractUInt64 |
Subtracts unsigned 64-bit ints.
|
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | ADD |
Plus.
|
![]() ![]() | DIVIDE |
Divide
|
![]() ![]() | MODULO |
Modulo.
|
![]() ![]() | MULTIPLY |
Multiply.
|
![]() ![]() | SUBTRACT |
Minus
|
![]() ![]() | Values |
Public enumeration of pseudo-enumerated type values.
|
Public Properties
Name | Description | |
---|---|---|
![]() | ExpressionText | Returns string representation of enum. |