core.arithemticoperatoratom
Home > @medplum/core > ArithemticOperatorAtom
ArithemticOperatorAtom class
Signature:
export declare class ArithemticOperatorAtom extends BooleanInfixOperatorAtom 
Extends: BooleanInfixOperatorAtom
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)(operator, left, right, impl) | Constructs a new instance of the ArithemticOperatorAtom class | 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| impl | readonly | (x: number, y: number) => number | boolean | 
Methods
| Method | Modifiers | Description | 
|---|---|---|
| eval(context, input) |