IntPtr.INumberBase<IntPtr>.IsNaN(IntPtr) Método

Definição

Determina se um valor é NaN.

 static bool System.Numerics.INumberBase<nint>.IsNaN(IntPtr value) = System::Numerics::INumberBase<IntPtr>::IsNaN;
static bool INumberBase<IntPtr>.IsNaN (IntPtr value);
static member System.Numerics.INumberBase<nint>.IsNaN : nativeint -> bool
 Shared Function IsNaN (value As IntPtr) As Boolean Implements INumberBase(Of IntPtr).IsNaN

Parâmetros

value
IntPtr

nativeint

O valor a ser verificado.

Retornos

true se value for NaN; caso contrário, false.

Implementações

Aplica-se a