UIntPtr.INumberBase<UIntPtr>.IsInteger(UIntPtr) Método

Definición

Determina si un valor representa un número entero.

 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

Parámetros

value
UIntPtr

unativeint

Valor que se va a comprobar.

Devoluciones

true es si value es un entero; de lo contrario, falsees .

Implementaciones

Se aplica a