다음을 통해 공유


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

반환

특성

적용 대상