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

Definition

Bestimmt, ob ein Wert positiv unendlich ist.

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

Parameter

value
Decimal

Der zu überprüfende Wert.

Gibt zurück

true , wenn value positive Unendlichkeit ist, falseandernfalls .

Implementiert

Gilt für: