Uses of Class
org.apache.sis.internal.util.DoubleDouble
Packages that use DoubleDouble
Package
Description
A set of helper classes for the SIS implementation.
-
Uses of DoubleDouble in org.apache.sis.internal.util
Methods in org.apache.sis.internal.util that return DoubleDoubleModifier and TypeMethodDescriptionstatic DoubleDoubleDoubleDouble.castOrCopy(Number value) Returns the given value as aDoubleDouble.static DoubleDoubleDoubleDouble.createAndGuessError(double value) Creates a new value initialized to the given value and an error term inferred byerrorForWellKnownValue(double).static DoubleDoubleDoubleDouble.createDegreesToRadians()Returns a newDoubleDoubleinstance initialized to the conversion factor from angular degrees to radians.static DoubleDoubleDoubleDouble.createPi()Returns a newDoubleDoubleinstance initialized to the π value.static DoubleDoubleDoubleDouble.createRadiansToDegrees()Returns a newDoubleDoubleinstance initialized to the conversion factor from radians to angular degrees.static DoubleDoubleDoubleDouble.createSecondsToRadians()Returns a newDoubleDoubleinstance initialized to the conversion factor from arc-seconds to radians.Methods in org.apache.sis.internal.util with parameters of type DoubleDoubleModifier and TypeMethodDescriptionvoidDoubleDouble.add(DoubleDouble other) Adds another double-double value to thisDoubleDouble.voidDoubleDouble.divide(DoubleDouble other) Divides thisDoubleDoubleby another double-double value.voidDoubleDouble.inverseDivide(DoubleDouble other) Divides the given double-double value by thisDoubleDouble.voidDoubleDouble.multiply(DoubleDouble other) Multiplies thisDoubleDoubleby another double-double value.voidDoubleDouble.setFrom(DoubleDouble other) Sets thisDoubleDoubleto the same value than the given instance.voidDoubleDouble.subtract(DoubleDouble other) Subtracts another double-double value from thisDoubleDouble.Constructors in org.apache.sis.internal.util with parameters of type DoubleDoubleModifierConstructorDescriptionDoubleDouble(DoubleDouble other) Creates a new value initialized to the given value.