TimeArray

class TimeArray(var timeValues: DoubleArray) : GetTimeIfc

A helper class that turns an array of time values to a supplier of times

Constructors

Link copied to clipboard
constructor(timeValues: DoubleArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun reset()

Resets to the start of the array for returned values

Link copied to clipboard
open override fun time(): Double