NFloat.IsNegative(NFloat) Metoda

Definice

Určuje, zda je zadaná hodnota záporná.

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

Parametry

value
NFloat

Hodnota s plovoucí desetinou čárkou.

Návraty

true pokud je hodnota záporná; false Jinak.

Implementuje

Platí pro