NFloat.IsNegative(NFloat) Método

Definición

Determina si el valor especificado es negativo.

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

Parámetros

value
NFloat

Valor de punto flotante.

Devoluciones

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

Implementaciones

Se aplica a