MonoMac.Foundation.NSDecimal: Method Members

The methods of MonoMac.Foundation.NSDecimal are listed below. For a list of all members, see the NSDecimal Members list.

See Also: Inherited members from System.ValueType

Public Methods

static
Add(out NSDecimal, ref NSDecimal, ref NSDecimal, NSRoundingMode) : NSCalculationError
Documentation for this section has not yet been entered.
static
Compare(ref NSDecimal, ref NSDecimal) : NSComparisonResult
Documentation for this section has not yet been entered.
static
Divide(out NSDecimal, ref NSDecimal, ref NSDecimal, NSRoundingMode) : NSCalculationError
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
Multiply(out NSDecimal, ref NSDecimal, ref NSDecimal, NSRoundingMode) : NSCalculationError
Documentation for this section has not yet been entered.
static
MultiplyByPowerOf10(out NSDecimal, ref NSDecimal, short, NSRoundingMode) : NSComparisonResult
Documentation for this section has not yet been entered.
static
Normalize(ref NSDecimal, ref NSDecimal) : NSCalculationError
Documentation for this section has not yet been entered.
static
Power(out NSDecimal, ref NSDecimal, int, NSRoundingMode) : NSComparisonResult
Documentation for this section has not yet been entered.
static
Round(out NSDecimal, ref NSDecimal, int, NSRoundingMode)
Documentation for this section has not yet been entered.
static
Subtract(out NSDecimal, ref NSDecimal, ref NSDecimal, NSRoundingMode) : NSCalculationError
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.