IntPtr.INumberBase<IntPtr>.IsInteger(IntPtr) Metodo

Definizione

Determina se un valore rappresenta un numero integrale.

 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

Parametri

value
IntPtr

nativeint

Valore da controllare.

Restituisce

true se value è un numero intero; in caso contrario, false.

Implementazioni

Si applica a