Half.IsPositiveInfinity(Half) Metod

Definition

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

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

Parametrar

value
Half

Ett Half flyttalsnummer.

Returer

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

Implementeringar

Gäller för