MatrixDItem Property

Direct check of value on position.

Definition

Namespace: PCBI.MathUtils
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public double this[
	int row,
	int column
] { get; }

Parameters

row  Int32
Which row of this matrix?
column  Int32
Which column of this matrix?

Return Value

Double
Double value on the asked position.

See Also