NSDecimalNumber.Add Method

Definition

Overloads

Add(NSDecimalNumber)

[Foundation.Export("decimalNumberByAdding:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDecimalNumber Add(Foundation.NSDecimalNumber d);
[<Foundation.Export("decimalNumberByAdding:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Add : Foundation.NSDecimalNumber -> Foundation.NSDecimalNumber
override this.Add : Foundation.NSDecimalNumber -> Foundation.NSDecimalNumber

Parameters

Returns

Attributes

Applies to

Add(NSDecimalNumber, NSObject)

[Foundation.Export("decimalNumberByAdding:withBehavior:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDecimalNumber Add(Foundation.NSDecimalNumber d, Foundation.NSObject Behavior);
[<Foundation.Export("decimalNumberByAdding:withBehavior:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Add : Foundation.NSDecimalNumber * Foundation.NSObject -> Foundation.NSDecimalNumber
override this.Add : Foundation.NSDecimalNumber * Foundation.NSObject -> Foundation.NSDecimalNumber

Parameters

Behavior
NSObject

Returns

Attributes

Applies to