Click or drag to resize

IMatrixTItem Property

Gets or set the value of a element of this Matrix.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
T this[
	int row,
	int column
] { get; set; }
Request Example View Source

Parameters

row  Int32
The row value (zero-based).
column  Int32
The column value (zero-based).

Return Value

T
The Matrix element at (row, column).
See Also