共用方式為


NSDecimalNumber.RaiseTo 方法

定義

多載

RaiseTo(nuint)

將這個數位提升至指定的乘冪。

RaiseTo(nuint, NSObject)

RaiseTo(nuint)

將這個數位提升至指定的乘冪。

[Foundation.Export("decimalNumberByRaisingToPower:")]
public virtual Foundation.NSDecimalNumber RaiseTo (nuint power);
abstract member RaiseTo : nuint -> Foundation.NSDecimalNumber
override this.RaiseTo : nuint -> Foundation.NSDecimalNumber

參數

power
System.System.UIntPtr System.unativeint

傳回

屬性

適用於

RaiseTo(nuint, NSObject)

[Foundation.Export("decimalNumberByRaisingToPower:withBehavior:")]
public virtual Foundation.NSDecimalNumber RaiseTo (nuint power, Foundation.NSObject Behavior);
abstract member RaiseTo : nuint * Foundation.NSObject -> Foundation.NSDecimalNumber
override this.RaiseTo : nuint * Foundation.NSObject -> Foundation.NSDecimalNumber

參數

power
System.System.UIntPtr System.unativeint
Behavior
NSObject

傳回

屬性

適用於