 | FloatMatrixItem Property |
Gets or sets the element with the specified row and column indices.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic float this[
int rowIndex,
int columnIndex
] { get; set; }
Parameters
- rowIndex
- Type: SystemInt32
Row index. - columnIndex
- Type: SystemInt32
Column index.
Property Value
Type:
SingleThe element with the specified row and column indices.
See Also