NFloat.IsNegative(NFloat) Yöntem

Tanım

Belirtilen değerin negatif olup olmadığını belirler.

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

Parametreler

value
NFloat

Kayan nokta değeri.

Döndürülenler

true değer negatifse; false Aksi takdir -de.

Uygulamalar

Şunlara uygulanır