Skip to main content

core.arithemticoperatoratom

Home > @medplum/core > ArithemticOperatorAtom

ArithemticOperatorAtom class

Signature:

export declare class ArithemticOperatorAtom extends BooleanInfixOperatorAtom 

Extends: BooleanInfixOperatorAtom

Constructors

ConstructorModifiersDescription
(constructor)(operator, left, right, impl)Constructs a new instance of the ArithemticOperatorAtom class

Properties

PropertyModifiersTypeDescription
implreadonly(x: number, y: number) => number | boolean

Methods

MethodModifiersDescription
eval(context, input)