Single.IsNegative(Single) Yöntem

Tanım

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

public:
 static bool IsNegative(float f) = System::Numerics::INumberBase<float>::IsNegative;
public:
 static bool IsNegative(float f);
public static bool IsNegative(float f);
static member IsNegative : single -> bool
Public Shared Function IsNegative (f As Single) As Boolean

Parametreler

f
Single

Tek duyarlıklı kayan noktalı sayı.

Döndürülenler

true negatifse, false aksi takdirde.

Uygulamalar

Şunlara uygulanır