 | FloatMatrix Constructor (Int32, Int32) |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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