ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.manage / PercentWrapper

PercentWrapper

data class PercentWrapper

Wrap the percent by storing n, the absolute value as well as the calulcated percent value.

Constructors

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)

Properties

Name Summary
absolute val absolute: Int
n val n: Int
percentage val percentage: Double