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

Tanım

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

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

Parametreler

value
UIntPtr

unativeint

Denetlenecek değer.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır