Click or drag to resize
DigitalRuneMatrix44DItem Property (Int32)
Gets or sets the element at the specified index.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public double this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The index.

Property Value

Type: Double
The element at index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The index is out of range.
Remarks
The matrix elements are in row-major order.
See Also