Package org.ejml.equation
Class VariableInteger
java.lang.Object
org.ejml.equation.Variable
org.ejml.equation.VariableScalar
org.ejml.equation.VariableInteger
Variable which stores an instance of int.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ejml.equation.VariableScalar
VariableScalar.Type
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.ejml.equation.VariableScalar
getScalarType, toString
-
Field Details
-
value
public int value
-
-
Constructor Details
-
VariableInteger
public VariableInteger(int value)
-
-
Method Details
-
getDouble
public double getDouble()- Specified by:
getDouble
in classVariableScalar
-