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

Definição

Determina se um valor é normal.

 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

Parâmetros

value
UIntPtr

unativeint

O valor a ser verificado.

Retornos

true se value for normal; caso contrário, false.

Implementações

Aplica-se a