NFloat.IsNormal(NFloat) Método

Definición

Determina si el valor especificado es 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

Valor de punto flotante.

Devoluciones

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

Implementaciones

Se aplica a