Int32.INumberBase<Int32>.IsPositiveInfinity(Int32) Metoda

Definice

Určuje, jestli je hodnota kladné nekonečno.

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

Parametry

value
Int32

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je kladné nekonečno; v opačném případě . false

Implementuje

Platí pro