Click or drag to resize
FloatMatrix Constructor (Int32, Int32)
Initializes a new instance of the FloatMatrix class.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public FloatMatrix(
	int rows,
	int columns
)

Parameters

rows
Type: SystemInt32
Number of rows (must be at least 1).
columns
Type: SystemInt32
Number of columns (must be at least 1).
See Also