Uses of Class
org.hipparchus.dfp.DfpField
Packages that use DfpField
- 
Uses of DfpField in org.hipparchus.dfp
Methods in org.hipparchus.dfp that return DfpFieldModifier and TypeMethodDescriptionDfpField.getExtendedField(int digitsFactor, boolean computeConstants) Get extended field for accuracy conversion.Dfp.getField()Methods in org.hipparchus.dfp with parameters of type DfpFieldModifier and TypeMethodDescriptionDfp.newInstance(DfpField targetField, DfpField.RoundingMode rmode) Creates an instance by converting the instance to a different field (i.e. different accuracy).protected static Dfp[]Breaks a string representation up into two dfp's.Constructors in org.hipparchus.dfp with parameters of type DfpFieldModifierConstructorDescriptionprotectedMakes an instance with a value of zero.protectedCreate an instance from a byte value.protectedCreates an instance with a non-finite value.protectedCreate an instance from a double value.protectedCreate an instance from an int value.protectedCreate an instance from a long value.protectedCreate an instance from a String representation.protectedMakes an instance with a value of zero.protectedCreate an instance from a byte value.protectedCreates an instance with a non-finite value.protectedCreate an instance from a double value.protectedCreate an instance from an int value.protectedCreate an instance from a long value.protectedCreate an instance from a String representation.