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

Tanım

Bir değerin tam sayı olup olmadığını belirler.

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

Parametreler

value
IntPtr

nativeint

Denetlenecek değer.

Döndürülenler

true bir tamsayıysa value ; değilse, false.

Uygulamalar

Şunlara uygulanır