Aardvark.Base.__ttn__Info.Foreach__f4____f3____f2____f1____idxstr__(Aardvark.Base.__ttn__Info, System.Action, System.Action, System.Action, System.Action, System.Action, System.Action, System.Action)

Here are the examples of the csharp api class Aardvark.Base.__ttn__Info.Foreach__f4____f3____f2____f1____idxstr__(Aardvark.Base.__ttn__Info, System.Action, System.Action, System.Action, System.Action, System.Action, System.Action, System.Action) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: aardvark.base
Source File: Tensor_template.cs
View license
public void Foreach__f4____f3____f2____f1____idxstr__(/*# if (pre) { */
                Action/*# if (crd) { */<long>/*# } */ __preVolumeAct__,
                Action/*# if (crd) { */<long, long>/*# } */ __prePlaneAct__,
                Action/*# if (crd) { */<long, long, long>/*# } */ __preLineAct__,/*# } */
                Action</*# if (crd) { */long, long, long, long/*# if (idx) { */, /*# }} if (idx) { */long/*# } */> __elementAct__/*# if (post) { */,
                Action/*# if (crd) { */<long, long, long>/*# } */ __postLineAct__,
                Action/*# if (crd) { */<long, long>/*# } */ __postPlaneAct__,
                Action/*# if (crd) { */<long>/*# } */ __postVolumeAct__/*# } */)
        {
            Info.Foreach__f4____f3____f2____f1____idxstr__(
                    /*# if (pre) { */__preVolumeAct__,
                    __prePlaneAct__,
                    __preLineAct__,
                    /*# } */__elementAct__/*# if (post) {  */,
                    __postLineAct__,
                    __postPlaneAct__,
                    __postVolumeAct__/*# } */);
        }