public class AstWhichMin extends AstWhichFunc
| Constructor and Description |
|---|
AstWhichMin() |
| Modifier and Type | Method and Description |
|---|---|
double |
init() |
int |
nargs()
Number of function's arguments + 1.
|
double |
op(Vec l) |
java.lang.String |
searchVal() |
java.lang.String |
str()
String representation of this Ast object in the Rapids language.
|
apply, argsexecdescription, example, execasBytes, clone, copyOver, frozenType, read, readExternal, readJSON, reloadFromBytes, toJsonBytes, toJsonString, write, writeExternal, writeJSONpublic int nargs()
AstPrimitivenargs in class AstWhichFuncpublic java.lang.String str()
AstRootAstPrimitives this is the name of the function; for
AstParameters this is either the name of the variable, or the
value of the numeric constant that the parameter represents. For more
complicated constructs such as AstExec or AstFunction
this method should return those objects as a Rapids string.str in class AstWhichFuncpublic double op(Vec l)
op in class AstWhichFuncpublic java.lang.String searchVal()
searchVal in class AstWhichFuncpublic double init()
init in class AstWhichFunc