NSDecimalNumber.Divide 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
Divide(NSDecimalNumber) |
Divides this and the specified decimal. |
Divide(NSDecimalNumber, NSObject) |
Divide(NSDecimalNumber)
Divides this and the specified decimal.
[Foundation.Export("decimalNumberByDividingBy:")]
public virtual Foundation.NSDecimalNumber Divide (Foundation.NSDecimalNumber d);
abstract member Divide : Foundation.NSDecimalNumber -> Foundation.NSDecimalNumber
override this.Divide : Foundation.NSDecimalNumber -> Foundation.NSDecimalNumber
Parameters
Returns
- Attributes
Applies to
Divide(NSDecimalNumber, NSObject)
[Foundation.Export("decimalNumberByDividingBy:withBehavior:")]
public virtual Foundation.NSDecimalNumber Divide (Foundation.NSDecimalNumber d, Foundation.NSObject Behavior);
abstract member Divide : Foundation.NSDecimalNumber * Foundation.NSObject -> Foundation.NSDecimalNumber
override this.Divide : Foundation.NSDecimalNumber * Foundation.NSObject -> Foundation.NSDecimalNumber
Parameters
- Behavior
- NSObject
Returns
- Attributes