NFloat.IsNegative(NFloat) Método

Definição

Determina se o valor especificado é 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

O valor de ponto flutuante.

Retornos

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

Implementações

Aplica-se a