NSDecimalNumber.Divide Method

Definition

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

Applies to