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

Definice

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

 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

Parametry

value
Int64

Hodnota, která se má zkontrolovat.

Návraty

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

Implementuje

Platí pro