Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Version4x.Net40 (in Extreme.Numerics.Version4x.Net40.dll) Version: 4.2.11333.0 (5.0.12317.0)
public SingleComplex this[
int row,
int column
] { get; set; }
Public Default Property Item (
row As Integer,
column As Integer
) As SingleComplex
Get
Set
public:
property SingleComplex default[int row, int column] {
SingleComplex get (int row, int column);
void set (int row, int column, SingleComplex value);
}
member Item : SingleComplex with get, set
Parameters
- row
- Type: SystemInt32
The zero-based row index of
the element to get or set. - column
- Type: SystemInt32
The zero-based column index of
the element to get or set.
Property Value
Type:
SingleComplexThe element of the
SingleComplexMatrix in the
columnth column of the
rowth row.
Numerical Libraries
Supported in: 5.x, 4.x
Reference