Stats

class Stats

The minimum, maximum, average, and sum.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val avg: Double?

The average of the usage statistics.

Link copied to clipboard
val max: Double?

The maximum among the usage statistics.

Link copied to clipboard
val min: Double?

The minimum of the usage statistics.

Link copied to clipboard
val sum: Double?

The sum of the usage statistics.

Functions

Link copied to clipboard
inline fun copy(block: Stats.Builder.() -> Unit = {}): Stats
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String