# ArithmeticNode

Represents an arithmetic operation between two values in the AST

****

- Since [5.1.0](https://github.com/getkirby/kirby/releases/tag/5.1.0)
- Full class name: `Kirby\Query\AST\ArithmeticNode`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Query/AST/ArithmeticNode.php#L17>

<unstable-notice>
`ArithmeticNode` has been **marked as unstable**. It might be changed in a future Kirby major or minor release without being considered a breaking change. Use with caution.
</unstable-notice>

****

### ArithmeticNode

- [new ArithmeticNode()](https://getkirby.com/docs/reference/objects/query-ast/arithmetic-node/__construct.md)
- [$arithmeticNode->resolve()](https://getkirby.com/docs/reference/objects/query-ast/arithmetic-node/resolve.md)