Click or drag to resize
FloatMatrixItem Property
Gets or sets the element with the specified row and column indices.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public float this[
	int rowIndex,
	int columnIndex
] { get; set; }

Parameters

rowIndex
Type: SystemInt32
Row index.
columnIndex
Type: SystemInt32
Column index.

Property Value

Type: Single
The element with the specified row and column indices.
See Also