Package org.ejml.equation
Class VariableInteger
java.lang.Object
org.ejml.equation.Variable
org.ejml.equation.VariableScalar
org.ejml.equation.VariableInteger
public class VariableInteger extends VariableScalar
Variable which stores an instance of int.
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description int
value
-
Constructor Summary
Constructors Constructor Description VariableInteger(int value)
-
Method Summary
Modifier and Type Method Description double
getDouble()
-
Field Details
-
value
public int value
-
-
Constructor Details
-
VariableInteger
public VariableInteger(int value)
-
-
Method Details
-
getDouble
public double getDouble()- Specified by:
getDouble
in classVariableScalar
-