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

Tanım

Bir değerin sonsuzluk değerinin pozitif olup olmadığını belirler.

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

Parametreler

value
IntPtr

nativeint

Denetlenecek değer.

Döndürülenler

true sonsuzluk pozitifse value ; değilse, false.

Uygulamalar

Şunlara uygulanır