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

Definice

Určuje, jestli je hodnota NaN.

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

Parametry

value
UIntPtr

unativeint

Hodnota, která se má zkontrolovat.

Návraty

truepokud value je NaN; v opačném případě . false

Implementuje

Platí pro