@@ -215,6 +215,13 @@ function (_) {
defaultParams: [10]
});
+ addFuncDef({
+ name: 'transformNull',
+ category: categories.Transform,
+ params: [ { name: "amount", type: "int", } ],
+ defaultParams: [0]
+ });
+
addFuncDef({
name: 'integral',
category: categories.Transform,