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

[Home](./index.md) &gt; [@contract-case/case-definition-dsl](./case-definition-dsl.md) &gt; [matchers](./case-definition-dsl.matchers.md) &gt; [primitives](./case-definition-dsl.matchers.primitives.md) &gt; [AnyInteger](./case-definition-dsl.matchers.primitives.anyinteger.md) &gt; [(constructor)](./case-definition-dsl.matchers.primitives.anyinteger._constructor_.md)

## matchers.primitives.AnyInteger.(constructor)

Matches any whole integer number.

**Signature:**

```typescript
constructor(example: number);
```

## Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead>
<tbody><tr><td>

example

</td><td>

number

</td><td>

Any floating point number, not infinity, not NaN.

</td></tr>
</tbody></table>
