ComplexMatrixItem Property |
Returns the value of a element of the matrix.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual Complex this[
int row,
int column
] { get; set; }
Public Overridable Default Property Item (
row As Integer,
column As Integer
) As Complex
Get
Set
Request Example
View SourceParameters
- row Int32
- The row value (zero-based).
- column Int32
- The column value (zero-based).
Return Value
ComplexThe matrix value at (row, column).
Implements
IMatrixTItemInt32, Int32See Also