NFloat.IsSubnormal(NFloat) Metodo

Definizione

Determina se il valore specificato è sottonormaale.

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

Parametri

value
NFloat

Valore a virgola mobile.

Valori restituiti

true se il valore è sottonormamale; false Altrimenti.

Implementazioni

Si applica a