addSample

fun addSample(time: JulianDate, value: Packable<*>, derivatives: ReadonlyArray<Packable<*>>? = definedExternally)(source)

Adds a new sample.

Parameters

time

The sample time.

value

The value at the provided time.

derivatives

The array of derivatives at the provided time.

See also