NFloat.IsNormal(NFloat) Metodo

Definizione

Determina se il valore specificato è normale.

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

Parametri

value
NFloat

Valore a virgola mobile.

Restituisce

true se il valore è normale. In caso contrario, false.

Implementazioni

Si applica a