Align To Time
Aligns the traces with the given time in seconds from Epoch. All points before such time will be discarded. All points after the provided time will be shifted back. Summarizing, the time that is provided represents in the real world the time zero of the simulation.
Constructors
Link copied to clipboard
open fun AlignToTime(time: Double, filterEmpty: Boolean, exceptionForEmpty: Boolean)
Content copied to clipboard
Link copied to clipboard
open fun AlignToTime(time: Time, filterEmpty: Boolean, exceptionForEmpty: Boolean)
Content copied to clipboard