-
Method Summary
Methods inherited from interface dev.qilletni.api.lang.types.QilletniType
getTypeClass, minusOperator, minusOperatorInPlace, plusOperator, plusOperatorInPlace, qilletniEquals, stringValue, typeName
-
Method Details
-
getValue
double getValue()Get the double value of the type.- Returns:
- The double value
-
setValue
void setValue(double value) Sets the double value of the type.- Parameters:
value- The double value to set
-