Click or drag to resize

MatrixTToString(String, IFormatProvider) Method

Returns a string that summarizes this matrix. The maximum number of cells can be configured in the Control class. The format string is ignored.

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

Parameters

format  String  (Optional)
The format string to ignore.
formatProvider  IFormatProvider  (Optional)
The format provider used to format values.

Return Value

String
The formatted matrix summary.

Implements

IFormattableToString(String, IFormatProvider)
See Also