Matrix2Item Property (Int32, Int32) |
Gets or sets the component at the specified index.
Namespace:
NeoAxis
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public double this[
int row,
int column
] { get; set; }
Parameters
- row
- Type: SystemInt32
The row of the matrix to access. - column
- Type: SystemInt32
The column of the matrix to access.
Property Value
Type:
DoubleThe value of the matrix component, depending on the index.
Return Value
Type:
DoubleThe value of the component at the specified index.
Exceptions See Also