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.3572.0 (4.8.3572.0)
Syntax
C#
public string ToString(
	int maxRows,
	int maxColumns,
	string format = null,
	IFormatProvider formatProvider = null
)

Parameters

maxRows  Int32
The maximum number of rows to include.
maxColumns  Int32
The maximum number of columns to include.
format  String  (Optional)
The numeric format string to use.
formatProvider  IFormatProvider  (Optional)
The format provider used to format values.

Return Value

String
The formatted matrix summary.
See Also