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

Definición

Determina si un valor es NaN.

public:
 static bool IsNaN(TSelf value);
public static abstract bool IsNaN (TSelf value);
static member IsNaN : 'Self -> bool
Public Shared Function IsNaN (value As TSelf) As Boolean

Parámetros

value
TSelf

Valor que se va a comprobar.

Devoluciones

true es si value es NaN; en caso contrario, falsees .

Se aplica a