UIntPtr.INumberBase<UIntPtr>.IsInteger(UIntPtr) Метод

Определение

Определяет, представляет ли значение целое число.

 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

Параметры

value
UIntPtr

unativeint

Значение для проверки.

Возвращаемое значение

true Значение , если value является целым числом; в противном случае — значение false.

Реализации

Применяется к