Half.IsPositiveInfinity(Half) Methode

Definition

Bestimmt, ob der angegebene Wert positiv unendlich ist.

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

Parameter

value
Half

Eine Half-Gleitkommazahl.

Gibt zurück

true, wenn valuePositiveInfinity ergibt, andernfalls false.

Implementiert

Gilt für: