NSDecimalNumber.RaiseTo Method

Definition

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

Applies to