Class VariableInteger

java.lang.Object

public class VariableInteger
extends VariableScalar
Variable which stores an instance of int.
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.ejml.equation.VariableScalar

    VariableScalar.Type
  • 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()  

    Methods inherited from class org.ejml.equation.VariableScalar

    getScalarType, toString

    Methods inherited from class org.ejml.equation.Variable

    getType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait