NFloat.IsSubnormal(NFloat) Método

Definição

Determina se o valor especificado é subnormal.

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

Parâmetros

value
NFloat

O valor de ponto flutuante.

Retornos

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

Implementações

Aplica-se a