Half.IsNegative(Half) Yöntem

Tanım

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

public:
 static bool IsNegative(Half value);
public:
 static bool IsNegative(Half value) = System::Numerics::INumberBase<Half>::IsNegative;
public static bool IsNegative (Half value);
static member IsNegative : Half -> bool
Public Shared Function IsNegative (value As Half) As Boolean

Parametreler

value
Half

Kayan Half noktalı sayı.

Döndürülenler

true negatifse; false Aksi takdir -de.

Uygulamalar

Şunlara uygulanır