次の方法で共有


MathHelper.NextPowerOfTwo メソッド

定義

オーバーロード

NextPowerOfTwo(Single)
NextPowerOfTwo(Int64)
NextPowerOfTwo(Int32)
NextPowerOfTwo(Double)

NextPowerOfTwo(Single)

public static float NextPowerOfTwo (float n);
static member NextPowerOfTwo : single -> single

パラメーター

n
Single

戻り値

適用対象

NextPowerOfTwo(Int64)

public static long NextPowerOfTwo (long n);
static member NextPowerOfTwo : int64 -> int64

パラメーター

n
Int64

戻り値

適用対象

NextPowerOfTwo(Int32)

public static int NextPowerOfTwo (int n);
static member NextPowerOfTwo : int -> int

パラメーター

n
Int32

戻り値

適用対象

NextPowerOfTwo(Double)

public static double NextPowerOfTwo (double n);
static member NextPowerOfTwo : double -> double

パラメーター

n
Double

戻り値

適用対象