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

Definizione

Determina se un valore rappresenta un numero integrale.

 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

Parametri

value
UIntPtr

unativeint

Valore da controllare.

Restituisce

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

Implementazioni

Si applica a