Mono Class Library: OverviewSystem.Decimal: Members |
The members of System.Decimal are listed below.
See Also: Inherited members from System.ValueType
Constructs and initializes a new decimal value. Constructs and initializes a new decimal value. Constructs and initializes a new decimal value. Constructs and initializes a new decimal value. Constructs and initializes a new decimal value. Constructs and initializes a new decimal value. Constructs and initializes a new decimal value. Documentation for this section has not yet been entered.
static readonlyMaxValue decimal (79228162514264337593543950335). Contains the maximum positive value for the decimal type. static readonlyMinusOne decimal (-1). Contains negative one (-1). static readonlyMinValue decimal (-79228162514264337593543950335). Contains the minimum (most negative) value for the decimal type. static readonlyOne decimal (1). Contains one (1). static readonlyZero decimal (0). Contains zero (0).
staticAdd(decimal, decimal) : decimal Adds two decimal values together. staticCeiling(decimal) : decimal Documentation for this section has not yet been entered. staticCompare(decimal, decimal) : int Compares the values of two decimal values and returns sort order information.CompareTo(decimal) : int Returns the sort order of the current instance compared to the specified decimal.CompareTo(object) : int Returns the sort order of the current instance compared to the specified object . staticDivide(decimal, decimal) : decimal Divides the value of one decimal by another.Equals(decimal) : bool Determines whether the current instance and the specified decimal have the same value. Trailing zero digits in the fractional part are ignored. overrideEquals(object) : bool Determines whether the current instance and the specified object have the same type and value. Trailing zero digits in the fractional part are ignored. staticEquals(decimal, decimal) : bool Determines whether two decimal values have the same value. Trailing zero digits in the fractional part are ignored. staticFloor(decimal) : decimal Rounds a decimal value to the closest integer towards negative infinity. staticFromOACurrency(long) : decimal Documentation for this section has not yet been entered. staticGetBits(decimal) : int[] Returns a binary representation of the specified decimal value. overrideGetHashCode() : int Generates a hash code for the current instance. Trailing zero digits in the fractional part are ignored.GetTypeCode() : TypeCode Documentation for this section has not yet been entered. staticMultiply(decimal, decimal) : decimal Returns the result of multiplying two decimal values. staticNegate(decimal) : decimal Returns the result of multiplying a decimal value by negative one. staticParse(string) : decimal Returns the specified string converted to a decimal value. staticParse(string, System.Globalization.NumberStyles) : decimal Returns the specified string converted to a decimal value. staticParse(string, IFormatProvider) : decimal Returns the specified string converted to a decimal value. staticParse(string, System.Globalization.NumberStyles, IFormatProvider) : decimal Returns the specified string converted to a decimal value. staticRemainder(decimal, decimal) : decimal Computes the remainder after dividing two decimal values. staticRound(decimal) : decimal Documentation for this section has not yet been entered. staticRound(decimal, int) : decimal Rounds a decimal value to a specified number of decimal places. staticRound(decimal, MidpointRounding) : decimal Documentation for this section has not yet been entered. staticRound(decimal, int, MidpointRounding) : decimal Documentation for this section has not yet been entered. staticSubtract(decimal, decimal) : decimal Subtracts one decimal value from another. staticToByte(decimal) : byte Documentation for this section has not yet been entered. staticToDouble(decimal) : double Documentation for this section has not yet been entered. staticToInt16(decimal) : short Documentation for this section has not yet been entered. staticToInt32(decimal) : int Documentation for this section has not yet been entered. staticToInt64(decimal) : long Documentation for this section has not yet been entered. staticToOACurrency(decimal) : long Documentation for this section has not yet been entered. staticToSByte(decimal) : sbyte Documentation for this section has not yet been entered. staticToSingle(decimal) : float Documentation for this section has not yet been entered. overrideToString() : string Returns a canonical string representation of the value of the current instance.ToString(IFormatProvider) : string Returns a string representation of the value of the current instance.ToString(string) : string Returns a string representation of the value of the current instance.ToString(string, IFormatProvider) : string Returns a string representation of the value of the current instance. staticToUInt16(decimal) : ushort Documentation for this section has not yet been entered. staticToUInt32(decimal) : uint Documentation for this section has not yet been entered. staticToUInt64(decimal) : ulong Documentation for this section has not yet been entered. staticTruncate(decimal) : decimal Rounds a decimal value towards zero, to the closest integer value. staticTryParse(string, out decimal) : bool Documentation for this section has not yet been entered. staticTryParse(string, System.Globalization.NumberStyles, IFormatProvider, out decimal) : bool Documentation for this section has not yet been entered.
staticAddition(decimal, decimal) Adds two decimal values together. staticDecrement Returns the specified value decremented by one. staticDivision(decimal, decimal) Divides one decimal value by another decimal . staticEquality(decimal, decimal) Determines whether two decimals have the same value. staticGreaterThan(decimal, decimal) Determines whether one decimal value is greater than another decimal value. staticGreaterThanOrEqual(decimal, decimal) Determines whether one decimal value is greater than or equal to another decimal value. staticIncrement Returns the specified value incremented by one. staticInequality(decimal, decimal) Determines whether two decimals do not have the same value. staticLessThan(decimal, decimal) Determines whether one decimal value is less than another decimal value. staticLessThanOrEqual(decimal, decimal) Determines whether one decimal value is less than or equal to another decimal value. staticModulus(decimal, decimal) Divides one decimal value by another decimal and returns the remainder. staticMultiply(decimal, decimal) Returns the result of multiplying two decimal values. staticSubtraction(decimal, decimal) Subtracts one decimal value from another. staticUnaryNegation Returns the specified value multiplied by negative one (-1). staticUnaryPlus Returns the specified value. staticConversion to System.Byte(Explicit) Perform an explicit conversion of a decimal value to double . staticConversion to System.Char(Explicit) Perform an explicit conversion of a decimal value to char . staticConversion to System.Double(Explicit) Perform an explicit conversion of a decimal value to double . staticConversion to System.Int16(Explicit) Perform an explicit conversion of a decimal value to short . staticConversion to System.Int32(Explicit) Perform an explicit conversion of a decimal value to int . staticConversion to System.Int64(Explicit) Perform an explicit conversion of a decimal value to long . staticConversion to System.SByte(Explicit) Perform an explicit conversion of a decimal value to sbyte . staticConversion to System.Single(Explicit) Perform an explicit conversion of a decimal value to short . staticConversion to System.UInt16(Explicit) Perform an explicit conversion of a decimal value to ushort . staticConversion to System.UInt32(Explicit) Perform an explicit conversion of a decimal value to uint . staticConversion to System.UInt64(Explicit) Perform an explicit conversion of a decimal value to ulong . staticConversion to System.Decimal(Explicit) Perform an explicit conversion of a double value to decimal. staticConversion to System.Decimal(Explicit) Perform an explicit conversion of a float value to decimal. staticConversion to System.Decimal(Implicit) Perform an implicit conversion of a byte value to decimal. staticConversion to System.Decimal(Implicit) Perform an implicit conversion of a char value to decimal. staticConversion to System.Decimal(Implicit) Perform an implicit conversion of a short value to decimal. staticConversion to System.Decimal(Implicit) Perform an implicit conversion of a int value to decimal. staticConversion to System.Decimal(Implicit) Perform an implicit conversion of a long value to decimal. staticConversion to System.Decimal(Implicit) Perform an implicit conversion of a sbyte value to decimal. staticConversion to System.Decimal(Implicit) Perform an implicit conversion of a ushort value to decimal. staticConversion to System.Decimal(Implicit) Perform an implicit conversion of a uint value to decimal. staticConversion to System.Decimal(Implicit) Perform an implicit conversion of a ulong value to decimal.
IConvertible.ToBoolean Documentation for this section has not yet been entered. IConvertible.ToByte Documentation for this section has not yet been entered. IConvertible.ToChar Documentation for this section has not yet been entered. IConvertible.ToDateTime Documentation for this section has not yet been entered. IConvertible.ToDecimal Documentation for this section has not yet been entered. IConvertible.ToDouble Documentation for this section has not yet been entered. IConvertible.ToInt16 Documentation for this section has not yet been entered. IConvertible.ToInt32 Documentation for this section has not yet been entered. IConvertible.ToInt64 Documentation for this section has not yet been entered. IConvertible.ToSByte Documentation for this section has not yet been entered. IConvertible.ToSingle Documentation for this section has not yet been entered. IConvertible.ToType Documentation for this section has not yet been entered. IConvertible.ToUInt16 Documentation for this section has not yet been entered. IConvertible.ToUInt32 Documentation for this section has not yet been entered. IConvertible.ToUInt64 Documentation for this section has not yet been entered.