Decimal Operators

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticAddition(Decimal, Decimal)

Adds two specified Decimal values.

System_CAPS_puboperatorSystem_CAPS_staticDecrement(Decimal)

Decrements the Decimal operand by one.

System_CAPS_puboperatorSystem_CAPS_staticDivision(Decimal, Decimal)

Divides two specified Decimal values.

System_CAPS_puboperatorSystem_CAPS_staticEquality(Decimal, Decimal)

Returns a value that indicates whether two Decimal values are equal.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Byte)

Defines an explicit conversion of a Decimal to an 8-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Char)

Defines an explicit conversion of a Decimal to a Unicode character.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Double)

Defines an explicit conversion of a Decimal to a double-precision floating-point number.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Int16)

Defines an explicit conversion of a Decimal to a 16-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Int32)

Defines an explicit conversion of a Decimal to a 32-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Int64)

Defines an explicit conversion of a Decimal to a 64-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to SByte)

Defines an explicit conversion of a Decimal to an 8-bit signed integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to Single)

Defines an explicit conversion of a Decimal to a single-precision floating-point number.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to UInt16)

Defines an explicit conversion of a Decimal to a 16-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to UInt32)

Defines an explicit conversion of a Decimal to a 32-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Decimal to UInt64)

Defines an explicit conversion of a Decimal to a 64-bit unsigned integer.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Double to Decimal)

Defines an explicit conversion of a double-precision floating-point number to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticExplicit(Single to Decimal)

Defines an explicit conversion of a single-precision floating-point number to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThan(Decimal, Decimal)

Returns a value indicating whether a specified Decimal is greater than another specified Decimal.

System_CAPS_puboperatorSystem_CAPS_staticGreaterThanOrEqual(Decimal, Decimal)

Returns a value indicating whether a specified Decimal is greater than or equal to another specified Decimal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Byte to Decimal)

Defines an implicit conversion of an 8-bit unsigned integer to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Char to Decimal)

Defines an implicit conversion of a Unicode character to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Int16 to Decimal)

Defines an implicit conversion of a 16-bit signed integer to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Int32 to Decimal)

Defines an implicit conversion of a 32-bit signed integer to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(Int64 to Decimal)

Defines an implicit conversion of a 64-bit signed integer to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(SByte to Decimal)

Defines an implicit conversion of an 8-bit signed integer to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(UInt16 to Decimal)

Defines an implicit conversion of a 16-bit unsigned integer to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(UInt32 to Decimal)

Defines an implicit conversion of a 32-bit unsigned integer to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticImplicit(UInt64 to Decimal)

Defines an implicit conversion of a 64-bit unsigned integer to a Decimal.

System_CAPS_puboperatorSystem_CAPS_staticIncrement(Decimal)

Increments the Decimal operand by 1.

System_CAPS_puboperatorSystem_CAPS_staticInequality(Decimal, Decimal)

Returns a value that indicates whether two Decimal objects have different values.

System_CAPS_puboperatorSystem_CAPS_staticLessThan(Decimal, Decimal)

Returns a value indicating whether a specified Decimal is less than another specified Decimal.

System_CAPS_puboperatorSystem_CAPS_staticLessThanOrEqual(Decimal, Decimal)

Returns a value indicating whether a specified Decimal is less than or equal to another specified Decimal.

System_CAPS_puboperatorSystem_CAPS_staticModulus(Decimal, Decimal)

Returns the remainder resulting from dividing two specified Decimal values.

System_CAPS_puboperatorSystem_CAPS_staticMultiply(Decimal, Decimal)

Multiplies two specified Decimal values.

System_CAPS_puboperatorSystem_CAPS_staticSubtraction(Decimal, Decimal)

Subtracts two specified Decimal values.

System_CAPS_puboperatorSystem_CAPS_staticUnaryNegation(Decimal)

Negates the value of the specified Decimal operand.

System_CAPS_puboperatorSystem_CAPS_staticUnaryPlus(Decimal)

Returns the value of the Decimal operand (the sign of the operand is unchanged).

Return to top
Show: