Int128.IsPow2(Int128) Yöntem

Tanım

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

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

Parametreler

value
Int128

Döndürülenler

Boolean

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

Uygulamalar

Şunlara uygulanır