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

Definicja

Określa, czy wartość jest normalna.

 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

Parametry

value
UIntPtr

unativeint

Wartość do sprawdzenia.

Zwraca

true jeśli value jest normalny; w przeciwnym razie wartość false.

Implementuje

Dotyczy