Class Range
Represents an operator that generates a sequence of buffers filled with a specified range of numbers.
public class Range : Source<Mat>
- Inheritance
-
Range
- Inherited Members
Properties
- BufferLength
Gets or sets the number of samples in each output buffer.
- Depth
Gets or sets the bit depth of each element in the output buffer.
- End
Gets or sets the exclusive upper bound of the range.
- Start
Gets or sets the inclusive lower bound of the range.
Methods
- Generate()
Generates an observable sequence of buffers filled with a specified range of numbers.
- Generate<TSource>(IObservable<TSource>)
Generates an observable sequence of buffers filled with a specified range of numbers, and where each new buffer is emitted only when an observable sequence emits a notification.