Class SliceIndex
Represents an index that selects a range of elements from a tensor.
[Combinator]
[WorkflowElementCategory(ElementCategory.Source)]
public class SliceIndex
- Inheritance
-
SliceIndex
- Inherited Members
Properties
- End
Gets or sets the end index of the slice.
- Start
Gets or sets the start index of the slice.
- Step
Gets or sets the step size of the slice.
Methods
- Process()
Generates the slice index.
- Process<T>(IObservable<T>)
Processes the input sequence and generates the slice index.