var instance = new GC.Spread.CalcEngine.Functions.Function(name, minArgs, maxArgs, functionDescription); var value; // Type: boolean value = instance.isBranch();
function isBranch() : boolean;
Return Value
true
if this instance is branched; otherwise, false
.