Click or drag to resize
FloatMatrix Constructor (IListSingle)
Initializes a new Nx1 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(
	IList<float> data
)

Parameters

data
Type: System.Collections.GenericIListSingle
A collection of data rows.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs thrown when data array is null.
ArgumentOutOfRangeExceptionIs thrown when data array has less than one element.
See Also