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.3179.0 (4.8.3179.0)
Syntax
C#
public string ToMatrixString(
	string format = null,
	IFormatProvider provider = null
)

Parameters

format  String  (Optional)

[Missing <param name="format"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.ToMatrixString(System.String,System.IFormatProvider)"]

provider  IFormatProvider  (Optional)

[Missing <param name="provider"/> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.ToMatrixString(System.String,System.IFormatProvider)"]

Return Value

String

[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Matrix`1.ToMatrixString(System.String,System.IFormatProvider)"]

See Also