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

Tanım

Bir değerin sınırlı olup olmadığını belirler.

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

Parametreler

value
IntPtr

nativeint

Denetlenecek değer.

Döndürülenler

true sınırlıysa value ; değilse, false.

Uygulamalar

Şunlara uygulanır