NFloat.IsSubnormal(NFloat) Método

Definición

Determina si el valor especificado no es normal.

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

Valor de punto flotante.

Devoluciones

true si el valor no es normal; en caso contrario, false.

Implementaciones

Se aplica a