Web-based responsive document annotation tool
activeannoservice / api.manage / PercentWrapper
data class PercentWrapper
Wrap the percent by storing n, the absolute value as well as the calulcated percent value.
Name | Summary |
---|---|
<init> | Wrap the percent by storing n, the absolute value as well as the calulcated percent value.PercentWrapper(absolute: Int , n: Int , percentage: Double ) |
Name | Summary |
---|---|
absolute | val absolute: Int |
n | val n: Int |
percentage | val percentage: Double |