Click or drag to resize

Matrix4x4Item Property

Gets the Double with the specified row and column.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double this[
	int r,
	int c
] { get; }

Parameters

r  Int32
The row index.
c  Int32
The column index.

Property Value

Double
The Double.

Return Value

Double
Element of the matrix with the specified row and column.
See Also