|
DumperFormatMatricesHorizontally Method |
Returns a string that shows the specified matrices and their titles horizontally aligned one after another.
Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static string FormatMatricesHorizontally(
Matrix3D[] matrices,
string[] matrixTitles = null,
string indentString = null,
int numberOfDecimals = 2
)
Parameters
- matrices Matrix3D
- array of Matrix3D
- matrixTitles String (Optional)
- array of titles for the matrices
- indentString String (Optional)
- string that is indented before the first matrix text
- numberOfDecimals Int32 (Optional)
- number of decimals that are displayed for matrix data
Return Value
Stringstring that shows the specified matrices and their titles horizontally aligned one after another
See Also