Click or drag to resize
FloatMatrix Constructor (Single)
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(
	float[,] data
)

Parameters

data
Type: SystemSingle
Data matrix.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs thrown when data array is null.
ArgumentOutOfRangeException Is thrown when data array has less than one element in either dimension.
See Also