MonoMac.Foundation.NSDecimal Members

The members of MonoMac.Foundation.NSDecimal are listed below.

See Also: Inherited members from System.ValueType

Public Fields

fieldsint. Documentation for this section has not yet been entered.
m1short. Documentation for this section has not yet been entered.
m2short. Documentation for this section has not yet been entered.
m3short. Documentation for this section has not yet been entered.
m4short. Documentation for this section has not yet been entered.
m5short. Documentation for this section has not yet been entered.
m6short. Documentation for this section has not yet been entered.
m7short. Documentation for this section has not yet been entered.
m8short. Documentation for this section has not yet been entered.

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.

Public Operators

static
Addition(NSDecimal, NSDecimal)Documentation for this section has not yet been entered.
static
Division(NSDecimal, NSDecimal)Documentation for this section has not yet been entered.
static
Equality(NSDecimal, NSDecimal)Documentation for this section has not yet been entered.
static
Inequality(NSDecimal, NSDecimal)Documentation for this section has not yet been entered.
static
Multiply(NSDecimal, NSDecimal)Documentation for this section has not yet been entered.
static
Subtraction(NSDecimal, NSDecimal)Documentation for this section has not yet been entered.
static
Conversion to System.Int32(Explicit)Documentation for this section has not yet been entered.
static
Conversion to MonoMac.Foundation.NSDecimal(Implicit)Documentation for this section has not yet been entered.