Interface EDouble

All Superinterfaces:
ENumber, EValue
All Known Implementing Classes:
JDouble, JFloat

public interface EDouble extends ENumber
  • Field Summary

    Fields inherited from interface EValue

    VOID
  • Method Summary

    Modifier and Type
    Method
    Description
    default EType
     
    double
     
    default double
     

    Methods inherited from interface ENumber

    getMethod

    Methods inherited from interface EValue

    toBoolean
  • Method Details

    • getValue

      double getValue()
    • toDouble

      default double toDouble()
      Specified by:
      toDouble in interface ENumber
    • getType

      default EType getType()
      Specified by:
      getType in interface ENumber
      Specified by:
      getType in interface EValue