Class NCDouble

    • Constructor Detail

      • NCDouble

        public NCDouble​(double value)
        Public constructor
        Parameters:
        value - double value
    • Method Detail

      • doubleValue

        public double doubleValue()
        Specified by:
        doubleValue in class NCNumber
        Returns:
        double value
      • intValue

        public int intValue()
        Specified by:
        intValue in class NCNumber
        Returns:
        integer value
      • longValue

        public long longValue()
        Specified by:
        longValue in class NCNumber
        Returns:
        long value
      • getType

        public int getType()
        Description copied from class: NCType
        Returns the type of this NCType object.
        Specified by:
        getType in class NCType
        Returns:
        the type of this NCType
      • hashCode

        public int hashCode()
        Description copied from class: NCType
        Force subclasses to implement.
        Specified by:
        hashCode in class NCNumber
        See Also:
        Object.hashCode()
      • toString

        public java.lang.String toString()
        Description copied from class: NCType
        Force subclasses to implement.
        Specified by:
        toString in class NCType
        See Also:
        Object.toString()