add transformNull

This commit is contained in:
Aaron Bassett
2014-03-28 09:12:20 -04:00
parent 6100336b2a
commit 1cff3a6751
+7
View File
@@ -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,