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