See: Description
| Interface | Description |
|---|---|
| Array2D_To_FlipArray |
Transforms a 2-dimensional array of strings into a new 2-dimensional array of strings.
|
| Array2D_To_NormalizedArray |
Transforms a 2-dimensional array into a normalized 2-dimensional array.
|
| Array2D_To_String<T> |
Transforms a 2-dimensional array into a string representation in table form, for examples for debug output.
|
Transformers for 2-dimensional arrays. Those arrays are of special interest since they can be used to represent a table. One dimension for the number of rows, the second dimension for the number of columns. The transformers in this package manipulate 2-dimensional arrays representing tables.
Copyright © 2016–2017. All rights reserved.