Click or drag to resize

MatrixMathMatrixWithOneRowTItem(Int32, Int32) Property

Element accessor. The argument rows should be zero, but no exception is thrown if it is not zero.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public T this[
	int row,
	int col
] { get; set; }

Parameters

row  Int32
 
col  Int32
 

Property Value

T

Implements

IMatrixTItemInt32, Int32
IROMatrixTItemInt32, Int32
See Also