Click or drag to resize

MatrixTToString(Int32, Int32, String, IFormatProvider) Method

Returns a string that summarizes this matrix.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public string ToString(
	int maxRows,
	int maxColumns,
	string format = null,
	IFormatProvider formatProvider = null
)

Parameters

maxRows  Int32

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

maxColumns  Int32

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

format  String  (Optional)

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

formatProvider  IFormatProvider  (Optional)

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

Return Value

String

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

See Also