NFloat.IsNegativeInfinity(NFloat) Método

Definición

Determina si el valor especificado es infinito negativo.

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

Parámetros

value
NFloat

Valor de punto flotante.

Devoluciones

true si el valor es infinito negativo; false Lo contrario.

Implementaciones

Se aplica a