| DoubleComplexMatrixItem(Int32, Slice) Property |
Creates a vector view of the specifed slice of the specified
row of this matrix.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntax public DoubleComplexVector this[
int row,
Slice colSlice
] { get; set; }
Public Default Property Item (
row As Integer,
colSlice As Slice
) As DoubleComplexVector
Get
Set
public:
property DoubleComplexVector^ default[int row, Slice^ colSlice] {
DoubleComplexVector^ get (int row, Slice^ colSlice);
void set (int row, Slice^ colSlice, DoubleComplexVector^ value);
}
member Item : DoubleComplexVector with get, set
Parameters
- row Int32
- The row.
- colSlice Slice
- The columns.
Property Value
DoubleComplexVectorSee Also