NFloat.IsNormal(NFloat) Método

Definição

Determina se o valor especificado é normal.

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

Parâmetros

value
NFloat

O valor de ponto flutuante.

Retornos

true se o valor for normal; caso contrário, false.

Implementações

Aplica-se a