NSDecimalNumber.Add 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
| Name | Description |
|---|---|
| Add(NSDecimalNumber) | |
| Add(NSDecimalNumber, NSObject) |
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