Class Decimal.Scientific

  • Enclosing class:
    Decimal

    public static class Decimal.Scientific
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Scientific()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • coefficient

        public final Decimal coefficient
      • exponent

        public final int exponent
    • Constructor Detail

      • Scientific

        public Scientific()