select

public TimeChain<Double, List<Box<D>>> select(Double from, Double to)

Temporal projection operation that selects a sub-part of the signal delimited by the time instants provided by the input parameters.

Return

the chain of segments of the signal delimited by the input

Parameters

from

beginning of the time frame of interest

to

ending of the time frame of interest

Throws

when not allowed by implementors