UInt128.IsPow2(UInt128) Yöntem

Tanım

Bir değerin ikinin gücü olup olmadığını belirler.

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

Parametreler

value
UInt128

Döndürülenler

Boolean

true iki güç ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır