var instance = new GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription); var value; // Type: number value = instance.findBranchArgument(test);
function findBranchArgument( test : object ) : number;
Parameters
- test
- The test.
Return Value
Indicates the index of the argument that would be treated as the branch condition.