Click or drag to resize

MatrixTToMatrixString(String, IFormatProvider) Method

Returns a string that summarizes the content of this matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string ToMatrixString(
	string format = null,
	IFormatProvider provider = null
)

Parameters

format  String  (Optional)
The numeric format string to use.
provider  IFormatProvider  (Optional)
The format provider used to format values.

Return Value

String
The formatted matrix string.
See Also