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

Definition

Bestimmt, ob ein Wert positiv unendlich ist.

 static bool System.Numerics.INumberBase<System.Int16>.IsPositiveInfinity(short value) = System::Numerics::INumberBase<short>::IsPositiveInfinity;
static bool INumberBase<short>.IsPositiveInfinity (short value);
static member System.Numerics.INumberBase<System.Int16>.IsPositiveInfinity : int16 -> bool
 Shared Function IsPositiveInfinity (value As Short) As Boolean Implements INumberBase(Of Short).IsPositiveInfinity

Parameter

value
Int16

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positiv unendlich ist, falseandernfalls .

Implementiert

Gilt für: