Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

Calculates a custom function returning a ComputationResult given a list of ComputationResult arguments and the function's current Cell for context.
C#
vb.net

Parameters

args
An ordered list of arguments passed into the custom function (already evaluated) as ComputationResults.
currentCell
The Cell that the current function resides in to use for context sensitive operations

Returns

A ComputationResult that contains the resulting value of the function.

 

 

Examples

C#
vb.net
  • No labels