INumberBase<TSelf>.IsPositiveInfinity(TSelf) Methode

Definition

Bestimmt, ob ein Wert positiv unendlich ist.

public:
 static bool IsPositiveInfinity(TSelf value);
public static abstract bool IsPositiveInfinity (TSelf value);
static member IsPositiveInfinity : 'Self -> bool
Public Shared Function IsPositiveInfinity (value As TSelf) As Boolean

Parameter

value
TSelf

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv unendlich ist, falseandernfalls .

Gilt für: