Class CreateMatrix2x3
Represents an operator that creates a 2x3 matrix.
public class CreateMatrix2x3 : Source<Matrix2x3>
- Inheritance
-
CreateMatrix2x3
- Inherited Members
Properties
- Row0
Gets or sets the top row of the matrix.
- Row1
Gets or sets the bottom row of the matrix.
Methods
- Generate()
Generates an observable sequence that contains a single 2x3 matrix with the specified rows.
- Generate<TSource>(IObservable<TSource>)
Generates an observable sequence of 2x3 matrices with the specified rows, and where each Matrix2x3 object is emitted only when an observable sequence emits a notification.