Skip to main content

core.arithmeticoperatoratom

Home > @medplum/core > ArithmeticOperatorAtom

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)