Char.IBinaryNumber<Char>.IsPow2(Char) メソッド

定義

値が 2 の累乗であるかどうかを判断します。

 static bool System.Numerics.IBinaryNumber<System.Char>.IsPow2(char value) = System::Numerics::IBinaryNumber<char>::IsPow2;
static bool IBinaryNumber<char>.IsPow2(char value);
static member System.Numerics.IBinaryNumber<System.Char>.IsPow2 : char -> bool
 Shared Function IsPow2 (value As Char) As Boolean Implements IBinaryNumber(Of Char).IsPow2

パラメーター

value
Char

チェックする値。

返品

true valueが 2 の累乗である場合は 2、それ以外の場合はfalse

実装

適用対象