FunVec4T(ListListListListT) Constructor

4-dimensional jagged collection lengths and values of which are determined by the underlying list.

See FunVec2T(ListListT) for two-dimensional examples.

Definition

Namespace: Orx.Fun.FunVec
Assembly: Orx.Fun.FunVec (in Orx.Fun.FunVec.dll) Version: 1.0.0
C#
public FunVec4(
	List<List<List<List<T>>>> list
)

Parameters

list  ListListListListT
Underlying list of the unified jagged collection.

See Also