> For the complete documentation index, see [llms.txt](https://range.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://range.angular-package.dev/inequality/properties/less.md).

# #less

## `#less`

Private property of the [`Less`](/less/overview.md) primitive wrapper [`object`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object) indicates the value of [`number`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) type **less** than the given.

{% hint style="info" %}
Property is used by the `get` accessor [**`less`**](/inequality/accessors/get-less.md).
{% endhint %}

{% code title="inequality.class.ts" %}

```typescript
#less: Less<Value>;
```

{% endcode %}
