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

Definición

Determina si un valor es infinito.

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

Parámetros

value
TSelf

Valor que se va a comprobar.

Devoluciones

true es si value es infinito; de lo contrario, falsees .

Comentarios

Un valor devuelto de false no implica que IsFinite(TSelf) devuelva true. NaN no es finito ni infinito.

Se aplica a