UInt64.INumberBase<UInt64>.IsPositiveInfinity(UInt64) Метод

Определение

Определяет, является ли значение положительным бесконечностью.

 static bool System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsPositiveInfinity;
static bool INumberBase<ulong>.IsPositiveInfinity (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity : uint64 -> bool
 Shared Function IsPositiveInfinity (value As ULong) As Boolean Implements INumberBase(Of ULong).IsPositiveInfinity

Параметры

value
UInt64

Значение для проверки.

Возвращаемое значение

true Значение , если value является положительной бесконечностью; в противном случае — значение false.

Реализации

Применяется к