Click or drag to resize
AB4D logo

DumperFormatMatricesHorizontally Method

Returns a string that shows the specified matrices and their titles horizontally aligned one after another.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
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

String
string that shows the specified matrices and their titles horizontally aligned one after another
See Also