DfsExtensionsReShape Method | 
| Name | Description | |
|---|---|---|
| ReShapeT(T, Int32, Int32) | 
            Reshape a 1D array to a 2D array of size 
            [xCount , yCount]
             The length of the arr must match (xCount X yCount)  | |
| ReShapeT(T, Int32, Int32, Int32) | 
            Reshape a 1D array to a 3D array of size 
            [xCount , yCount, zCount]
             The length of the arr must match (xCount X yCount X , zCount)  |