Kth Expression
interface KthExpression
Expressions contain all the data needed to calculate an arithmetic expression when given input variables (if any are needed).
You can calculate an expression's result with the calculateResult or calculateResultWith method.
Expressions are built using a KthContext.
Properties
Functions
Link copied to clipboard
Calculates the expression and returns its result.
Link copied to clipboard
Calculates the expression using the input variables and return its result.
Link copied to clipboard
Clears the result cache of the expression.
Link copied to clipboard
Disables the cache for this expression.
Link copied to clipboard
Enables the cache for this expression.