Uses of Class
com.scriptbasic.executors.rightvalues.BasicDoubleValue
-
Packages that use BasicDoubleValue Package Description com.scriptbasic.executors.operators -
-
Uses of BasicDoubleValue in com.scriptbasic.executors.operators
Methods in com.scriptbasic.executors.operators with parameters of type BasicDoubleValue Modifier and Type Method Description protected abstract java.lang.BooleanAbstractCompareOperator. compareTo(BasicDoubleValue d, RightValue op)protected java.lang.BooleanEqualsOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanGreaterOrEqualOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanGreaterThanOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanLessOrEqualOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanLessThanOperator. compareTo(BasicDoubleValue f, RightValue op)protected java.lang.BooleanNotEqualOperator. compareTo(BasicDoubleValue f, RightValue op)
-