UInt32.IsPow2(UInt32) 方法

定义

确定值是否为 2 的幂。

public:
 static bool IsPow2(System::UInt32 value) = System::Numerics::IBinaryNumber<System::UInt32>::IsPow2;
public static bool IsPow2 (uint value);
static member IsPow2 : uint32 -> bool
Public Shared Function IsPow2 (value As UInteger) As Boolean

参数

value
UInt32

要检查的值。

返回

true 如果 value 是 2 的幂,则为 ;否则为 false

实现

适用于