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

Definición

Determina si un valor es subnormal.

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

Parámetros

value
TSelf

Valor que se va a comprobar.

Devoluciones

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

Se aplica a