UInt64.INumberBase<UInt64>.IsNaN(UInt64) Methode

Definition

Bestimmt, ob ein Wert NaN ist.

 static bool System.Numerics.INumberBase<System.UInt64>.IsNaN(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsNaN;
static bool INumberBase<ulong>.IsNaN (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsNaN : uint64 -> bool
 Shared Function IsNaN (value As ULong) As Boolean Implements INumberBase(Of ULong).IsNaN

Parameter

value
UInt64

Der zu überprüfende Wert.

Gibt zurück

true , wenn value naN ist, andernfalls false.

Implementiert

Gilt für: