<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [BinArgs](./schema.binargs.md) &gt; [clamped](./schema.binargs.clamped.md)

## BinArgs.clamped property

If true, values outside of the min/max boundaries will be clamped to those boundaries rather than +/-Infinity.

<b>Signature:</b>

```typescript
clamped?: boolean;
```
