Package org.qubership.atp.ram.utils
Class PercentUtils
java.lang.Object
org.qubership.atp.ram.utils.PercentUtils
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PercentUtils
public PercentUtils()
-
-
Method Details
-
round
public int round(double value) Round percent value.- Parameters:
value- percent value- Returns:
- integer rounded value
-