NSDecimalNumber.RaiseTo 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 |
|---|---|
| RaiseTo(UIntPtr) |
Raises this number to the specified power. |
| RaiseTo(UIntPtr, NSObject) |
RaiseTo(UIntPtr)
Raises this number to the specified power.
[Foundation.Export("decimalNumberByRaisingToPower:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDecimalNumber RaiseTo(UIntPtr power);
[<Foundation.Export("decimalNumberByRaisingToPower:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RaiseTo : unativeint -> Foundation.NSDecimalNumber
override this.RaiseTo : unativeint -> Foundation.NSDecimalNumber
Parameters
- power
-
UIntPtr
unativeint
Returns
- Attributes
Applies to
RaiseTo(UIntPtr, NSObject)
[Foundation.Export("decimalNumberByRaisingToPower:withBehavior:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSDecimalNumber RaiseTo(UIntPtr power, Foundation.NSObject? Behavior);
[<Foundation.Export("decimalNumberByRaisingToPower:withBehavior:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member RaiseTo : unativeint * Foundation.NSObject -> Foundation.NSDecimalNumber
override this.RaiseTo : unativeint * Foundation.NSObject -> Foundation.NSDecimalNumber
Parameters
- power
-
UIntPtr
unativeint
- Behavior
- NSObject
Returns
- Attributes