UIntPtr.INumberBase<UIntPtr>.IsNaN(UIntPtr) Yöntem

Tanım

Bir değerin NaN olup olmadığını belirler.

 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

Parametreler

value
UIntPtr

unativeint

Denetlenecek değer.

Döndürülenler

true NaN ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır