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

Definition

Bestimmt, ob ein Wert positive Unendlichkeit ist.

 static bool System.Numerics.INumberBase<System.SByte>.IsPositiveInfinity(System::SByte value) = System::Numerics::INumberBase<System::SByte>::IsPositiveInfinity;
static bool INumberBase<sbyte>.IsPositiveInfinity(sbyte value);
static member System.Numerics.INumberBase<System.SByte>.IsPositiveInfinity : sbyte -> bool
 Shared Function IsPositiveInfinity (value As SByte) As Boolean Implements INumberBase(Of SByte).IsPositiveInfinity

Parameter

value
SByte

Der zu überprüfende Wert.

Gibt zurück

true wenn value positive Unendlichkeit; andernfalls false.

Implementiert

Gilt für: