UIntPtr.INumberBase<UIntPtr>.IsPositiveInfinity(UIntPtr) Yöntem

Tanım

Bir değerin pozitif sonsuz olup olmadığını belirler.

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

Parametreler

value
UIntPtr

unativeint

Denetlenecek değer.

Döndürülenler

true pozitif sonsuz ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır