Single.IsNegative(Single) Methode

Definitie

Bepaalt of de opgegeven waarde negatief is.

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

Parameters

f
Single

Een drijvendekommagetal met één precisie.

Retouren

true indien negatief, false anders.

Implementeringen

Van toepassing op