Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

Calculates a custom function returning a ComputationResult FunctionValue given a list of ComputationResult arguments and the function's current Cell for context.

...

Param
0args

An ordered list of arguments passed into the custom function (already evaluated) as ComputationResults FunctionValue arguments that have already been fully evaluated.

Param
0currentCell

The Cell that the current function resides in to use for context sensitive operations

...