Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Evaluable

Anything that has a value or can be later assigned a value. A tagging interface which all classes representing some mathematical object whose value can be evaluated, at run time or when user suppiles the value, must implement.

Hierarchy

Implemented by

Indexable

[x: string]: any

Anything that has a value or can be later assigned a value. A tagging interface which all classes representing some mathematical object whose value can be evaluated, at run time or when user suppiles the value, must implement.

Index

Properties

Properties

quantity

quantity: string

The kind of physical quantity this implements.

type

type: "expression" | "variable" | "constant"

The type of quantity with some way of evaluating a value this represents.

Generated using TypeDoc