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