Int64.INumberBase<Int64>.IsPositiveInfinity(Int64) Methode

Definition

Bestimmt, ob ein Wert positiv unendlich ist.

 static bool System.Numerics.INumberBase<System.Int64>.IsPositiveInfinity(long value) = System::Numerics::INumberBase<long>::IsPositiveInfinity;
static bool INumberBase<long>.IsPositiveInfinity (long value);
static member System.Numerics.INumberBase<System.Int64>.IsPositiveInfinity : int64 -> bool
 Shared Function IsPositiveInfinity (value As Long) As Boolean Implements INumberBase(Of Long).IsPositiveInfinity

Parameter

value
Int64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positive Unendlichkeit ist, falseandernfalls .

Implementiert

Gilt für: