NFloat.IsPow2(NFloat) Metodo

Definizione

Determina se un valore è una potenza di due.

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

Parametri

value
NFloat

Valore da controllare.

Restituisce

true se value è una potenza di due; in caso contrario, false.

Implementazioni

Si applica a