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.

Реализации

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