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

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [MathOperator](./schema.mathoperator.md)

## MathOperator enum

<b>Signature:</b>

```typescript
export declare enum MathOperator 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  Add | <code>&quot;+&quot;</code> |  |
|  Divide | <code>&quot;/&quot;</code> |  |
|  Multiply | <code>&quot;*&quot;</code> |  |
|  Subtract | <code>&quot;-&quot;</code> |  |

