The MatRowExprIndexer type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Get(Int32) |
Creates a matrix header for the specified matrix row/column.
(Inherited from MatRowColExprIndexer.) | |
Get(Range) |
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColExprIndexer.) | |
Get(Int32, Int32) |
Creates a matrix header for the specified row/column span.
(Inherited from MatRowColExprIndexer.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Set(Int32, MatExpr) |
Sets a matrix header for the specified matrix row/column.
(Inherited from MatRowColExprIndexer.) | |
Set(Range, MatExpr) |
Sets a matrix header for the specified matrix row/column span.
(Inherited from MatRowColExprIndexer.) | |
Set(Int32, Int32, MatExpr) |
Sets a matrix header for the specified matrix row/column span.
(Inherited from MatRowColExprIndexer.) | |
ToString | (Inherited from Object.) |
See Also