IBinaryNumber<TSelf>.IsPow2(TSelf) Yöntem

Tanım

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

public:
 static bool IsPow2(TSelf value);
public static abstract bool IsPow2 (TSelf value);
static member IsPow2 : 'Self -> bool
Public Shared Function IsPow2 (value As TSelf) As Boolean

Parametreler

value
TSelf

Denetlenecek değer.

Döndürülenler

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

Şunlara uygulanır