Click or drag to resize

SquareMatrixItem Property

Gets or sets an entry of the matrix.

Namespace:  Meta.Numerics.Matrices
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override double this[
	int r,
	int c
] { get; set; }

Parameters

r
Type: SystemInt32
The (zero-based) row number.
c
Type: SystemInt32
The (zero-based) column number.

Return Value

Type: Double
The value of the specified matrix entry Mr c.
See Also