com.eignex.kumulant/stat/decay/DecayingSumResult DecayingSumResult @Serializable@SerialName(value = "DecayingSumResult")data class DecayingSumResult(val sum: Double, val timestampNanos: Long) : Result(source)Snapshot of an exponentially time-decayed sum at timestampNanos. Constructors DecayingSumResult constructor(sum: Double, timestampNanos: Long)(source) Properties sum val sum: Double(source)Time-decayed sum at timestampNanos. timestampNanos val timestampNanos: Long(source)Wall-clock timestamp (nanoseconds) at which the snapshot was taken. On this pageConstructorsDecayingSumResultPropertiessumtimestampNanos