NSDecimalNumber.Multiply Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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