Half.IsNegativeInfinity(Half) Metod

Definition

Avgör om det angivna värdet är negativ oändlighet.

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

Parametrar

value
Half

Ett Half flyttalsnummer.

Returer

true om value utvärderas till NegativeInfinity, annars false.

Implementeringar

Gäller för