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

Definizione

Determina se un valore è normale.

 static bool System.Numerics.INumberBase<nuint>.IsNormal(UIntPtr value) = System::Numerics::INumberBase<UIntPtr>::IsNormal;
static bool INumberBase<UIntPtr>.IsNormal (UIntPtr value);
static member System.Numerics.INumberBase<nuint>.IsNormal : unativeint -> bool
 Shared Function IsNormal (value As UIntPtr) As Boolean Implements INumberBase(Of UIntPtr).IsNormal

Parametri

value
UIntPtr

unativeint

Valore da controllare.

Restituisce

true se è normale; in caso value contrario, false.

Implementazioni

Si applica a