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 intvalue -
Constructor Summary
Constructors Constructor Description VariableInteger(int value) -
Method Summary
Modifier and Type Method Description doublegetDouble()
-
Field Details
-
value
public int value
-
-
Constructor Details
-
VariableInteger
public VariableInteger(int value)
-
-
Method Details
-
getDouble
public double getDouble()- Specified by:
getDoublein classVariableScalar
-