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

Tanım

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

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

Parametreler

value
UIntPtr

unativeint

Denetlenecek değer.

Döndürülenler

true sonsuzsa value ; değilse, false.

Uygulamalar

Şunlara uygulanır