var value; // Type: any value = GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription);
function Function( name : string, minArgs : number, maxArgs : number, functionDescription : object ) : any;
Parameters
- name
- The name of the function.
- minArgs
- The minimum number of arguments for the function.
- maxArgs
- The maximum number of arguments for the function.
- functionDescription
- The description object of the function.