共用方式為


NSDecimalNumber.Multiply 方法

定義

多載

Multiply(NSDecimalNumber)

乘以兩個 NSDecimalNumbers。

Multiply(NSDecimalNumber, NSObject)

Multiply(NSDecimalNumber)

乘以兩個 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

參數

傳回

屬性

適用於

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

參數

Behavior
NSObject

傳回

屬性

適用於