NSDecimalNumber.Multiply Method

Definition

Overloads

Multiply(NSDecimalNumber)

Multiples two NSDecimalNumbers.

Multiply(NSDecimalNumber, NSObject)

Multiply(NSDecimalNumber)

Multiples two NSDecimalNumbers.

[Foundation.Export("decimalNumberByMultiplyingBy:")]
public virtual Foundation.NSDecimalNumber Multiply (Foundation.NSDecimalNumber d);
abstract member Multiply : Foundation.NSDecimalNumber -> Foundation.NSDecimalNumber
override this.Multiply : Foundation.NSDecimalNumber -> Foundation.NSDecimalNumber

Parameters

Returns

Attributes

Applies to

Multiply(NSDecimalNumber, NSObject)

[Foundation.Export("decimalNumberByMultiplyingBy:withBehavior:")]
public virtual Foundation.NSDecimalNumber Multiply (Foundation.NSDecimalNumber d, Foundation.NSObject Behavior);
abstract member Multiply : Foundation.NSDecimalNumber * Foundation.NSObject -> Foundation.NSDecimalNumber
override this.Multiply : Foundation.NSDecimalNumber * Foundation.NSObject -> Foundation.NSDecimalNumber

Parameters

Behavior
NSObject

Returns

Attributes

Applies to