## InfixOperatorAtom.(constructor)

Constructs a new instance of the `InfixOperatorAtom` class

**Signature:**

```typescript
constructor(operator: string, left: Atom, right: Atom);
```

## Parameters

| Parameter | Type | Description |
| --- | --- | --- |
| operator | string |  |
| left | [Atom](/content/docs/sdk/core.atom) |  |
| right | [Atom](/content/docs/sdk/core.atom) |  |

- [InfixOperatorAtom.(constructor)](/content/docs/sdk/core.infixoperatoratom._constructor_#infixoperatoratomconstructor/index.html)
- [Parameters](/content/docs/sdk/core.infixoperatoratom._constructor_#parameters/index.html)
