ActiveAnno

Web-based responsive document annotation tool

View the Project on GitHub MaxMello/ActiveAnno

activeannoservice / api.manage / TimeWrapper

TimeWrapper

data class TimeWrapper

Wrap a time average with the n over which it was calculated

Constructors

Name Summary
<init> Wrap a time average with the n over which it was calculatedTimeWrapper(average: Double, n: Int)

Properties

Name Summary
average val average: Double
n val n: Int