NFloat.IsPow2(NFloat) Método

Definição

Determina se um valor é uma potência de dois.

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

Parâmetros

value
NFloat

O valor a ser verificado.

Retornos

true se value for uma potência de dois; caso contrário, false.

Implementações

Aplica-se a