|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.stata.sfi.Scalar
public final class Scalar
Routines for interacting with a Stata scalar.
Method Summary | |
---|---|
static Double |
getValue(String name)
Get the contents of a Stata scalar. |
static int |
setValue(String name,
double val)
Set the value of a Stata scalar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Double getValue(String name)
name
- Name of the scalar.
public static int setValue(String name, double val)
name
- Name of the scalar.val
- Value to store in the scalar.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |