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.protected static Dfp[]
Breaks a string representation up into two dfp's.Constructors in org.hipparchus.dfp with parameters of type DfpFieldModifierConstructorDescriptionprotected
Makes an instance with a value of zero.protected
Create an instance from a byte value.protected
Creates an instance with a non-finite value.protected
Create an instance from a double value.protected
Create an instance from an int value.protected
Create an instance from a long value.protected
Create an instance from a String representation.protected
Makes an instance with a value of zero.protected
Create an instance from a byte value.protected
Creates an instance with a non-finite value.protected
Create an instance from a double value.protected
Create an instance from an int value.protected
Create an instance from a long value.protected
Create an instance from a String representation.