Class CypherBigDecimal

  • All Implemented Interfaces:
    com.graphdbapi.memory.MemoryEstimable

    public class CypherBigDecimal
    extends CypherNumber
    Driver传输BigDecimal类型的对象。
    • Method Detail

      • doubleValue

        public double doubleValue()
        Description copied from class: CypherNumber
        获取double类型的对象值。
        Specified by:
        doubleValue in class CypherNumber
        Returns:
        double类型的对象值。
      • longValue

        public long longValue()
        Description copied from class: CypherNumber
        获取long类型的对象值。
        Specified by:
        longValue in class CypherNumber
        Returns:
        long类型的对象值。
      • bigDecimalValue

        public java.math.BigDecimal bigDecimalValue()