Class TimeReset
Sequential pipeline to reset time values to begin at 0. The following Transforms are called: Extrema, Multiply, AddVector.
Default Pipeline Input: T
Default Pipeline Output: T
Inherited Members
Namespace: SigStat.Common.Transforms
Assembly: SigStat.Common.dll
Syntax
public class TimeReset : SequentialTransformPipeline, ILoggerObject, IProgress, IEnumerable, ITransformation, IPipelineIO
Constructors
| Improve this Doc View SourceTimeReset()
Initializes a new instance of the TimeReset class.
Declaration
public TimeReset()
Implements
IEnumerable