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

Definition

Bestimmt, ob ein Wert normal ist.

 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

Parameter

value
UIntPtr

unativeint

Der zu überprüfende Wert.

Gibt zurück

true , wenn value normal ist, falseandernfalls .

Implementiert

Gilt für: