Click or drag to resize

MatrixMathScalarAsMatrixTItem(Int32, Int32) Property

Element accessor. Both col and row should be zero, but this is not justified here. Always returns the value of the scalar.

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

Parameters

i  Int32
 
k  Int32
 

Property Value

T

Implements

IMatrixTItemInt32, Int32
IROMatrixTItemInt32, Int32
See Also