Math.UnsignedPowExact 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 |
|---|---|
| UnsignedPowExact(Int32, Int32) | |
| UnsignedPowExact(Int64, Int32) |
UnsignedPowExact(Int32, Int32)
[Android.Runtime.Register("unsignedPowExact", "(II)I", "", ApiSince=37)]
public static int UnsignedPowExact(int x, int n);
[<Android.Runtime.Register("unsignedPowExact", "(II)I", "", ApiSince=37)>]
static member UnsignedPowExact : int * int -> int
Parameters
- x
- Int32
- n
- Int32
Returns
- Attributes
Applies to
UnsignedPowExact(Int64, Int32)
[Android.Runtime.Register("unsignedPowExact", "(JI)J", "", ApiSince=37)]
public static long UnsignedPowExact(long x, int n);
[<Android.Runtime.Register("unsignedPowExact", "(JI)J", "", ApiSince=37)>]
static member UnsignedPowExact : int64 * int -> int64
Parameters
- x
- Int64
- n
- Int32
Returns
- Attributes