public interface ConversionStrategy
| Modifier and Type | Method and Description |
|---|---|
double |
convert(double value,
double sourceFactor,
double targetFactor)
converts a given
value with targetFactor divided by sourceFactor |
double |
round(double value,
int digits)
rounds a given
value to the specified digits. |
Copyright © 2018 SAP SE. All Rights Reserved.