NFloat.IsPow2(NFloat) Methode

Definition

Bestimmt, ob ein Wert eine Potenz von zwei ist.

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

Parameter

value
NFloat

Der zu überprüfende Wert.

Gibt zurück

true , wenn value eine Potenz von zwei ist, andernfalls false.

Implementiert

Gilt für: