public class AstConst extends AstParameter
| Modifier and Type | Field and Description |
|---|---|
static AstConst |
E |
static AstConst |
FALSE |
static AstConst |
NAN |
static AstConst |
PI |
static AstConst |
TRUE |
_v| Constructor and Description |
|---|
AstConst() |
AstConst(java.lang.String name,
double d) |
| Modifier and Type | Method and Description |
|---|---|
void |
setNum(double d) |
java.lang.String |
str() |
description, example, exec, makeNum, nargs, toJavaStringapply, columns, newAstFrame, newAstStr, toStringasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonString, write, writeExternal, writeJSONpublic static final AstConst FALSE
public static final AstConst TRUE
public static final AstConst NAN
public static final AstConst PI
public static final AstConst E
public AstConst()
public AstConst(java.lang.String name,
double d)
public java.lang.String str()
str in class AstParameterpublic void setNum(double d)
setNum in class AstParameter