core.arithmeticoperatoratom | Medplum

ArithmeticOperatorAtom class

Signature:

export declare class ArithmeticOperatorAtom extends InfixOperatorAtom

Extends: InfixOperatorAtom

Constructors

Constructor Modifiers Description
(constructor)(operator, left, right, impl) Constructs a new instance of the ArithmeticOperatorAtom class

Properties

Property Modifiers Type Description
impl readonly (x: number, y: number) => number \ boolean

Methods

Method Modifiers Description
eval(context, input)