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

Definition

Determines if a value is 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

Parameters

value
UIntPtr

unativeint

The value to be checked.

Returns

true if value is NaN; otherwise, false.

Implements

Applies to