Class NCDouble

All Implemented Interfaces:
INCExternalizable

public final class NCDouble extends NCNumber
  • Constructor Details

    • NCDouble

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

    • 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:
    • toString

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