Matrix2FItem(Int32, Int32) Property |
Gets or sets the component at the specified index.
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic float this[
int row,
int column
] { get; set; }Parameters
- row Int32
- The row of the matrix to access.
- column Int32
- The column of the matrix to access.
Property Value
SingleThe value of the matrix component, depending on the index.
Return Value
SingleThe value of the component at the specified index.
Exceptions
See Also