[This is preliminary documentation and is subject to change.]
Namespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static long UpperPow(
int n,
int powBase = 2
)
public static long UpperPow(
int n,
int powBase = 2
)
Public Shared Function UpperPow (
n As Integer,
Optional powBase As Integer = 2
) As Long
Public Shared Function UpperPow (
n As Integer,
Optional powBase As Integer = 2
) As Long
public:
static long long UpperPow(
int n,
int powBase = 2
)
public:
static long long UpperPow(
int n,
int powBase = 2
)
static member UpperPow :
n : int *
?powBase : int
(* Defaults:
let _powBase = defaultArg powBase 2
*)
-> int64
static member UpperPow :
n : int *
?powBase : int
(* Defaults:
let _powBase = defaultArg powBase 2
*)
-> int64
Return Value
Type:
Int64