NFloat.IsPow2(NFloat) Yöntem

Tanım

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

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

Parametreler

value
NFloat

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır