INumberBase<TSelf>.IsPositiveInfinity(TSelf) Methode

Definition

Bestimmt, ob ein Wert positive Unendlichkeit 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 positive Unendlichkeit; andernfalls false.

Gilt für: