NFloat.IsNegative(NFloat) Metodo

Definizione

Determina se il valore specificato è 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

Parametri

value
NFloat

Valore a virgola mobile.

Restituisce

true se il valore è negativo. In caso contrario, false.

Implementazioni

Si applica a