public class AstNum extends AstParameter
| Constructor and Description |
|---|
AstNum() |
AstNum(double d) |
AstNum(Rapids e) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
columns(java.lang.String[] names) |
ValNum |
exec(Env env) |
double |
getNum() |
void |
setNum(double d) |
java.lang.String |
str() |
description, example, nargs, toJavaStringapply, newAstFrame, newAstStr, toStringasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSONpublic AstNum()
public AstNum(Rapids e)
public AstNum(double d)