Click or drag to resize

VectorTToString(String, IFormatProvider) Method

Returns a string that summarizes this vector. 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.3179.0 (4.8.3179.0)
Syntax
C#
public string ToString(
	string format = null,
	IFormatProvider formatProvider = null
)

Parameters

format  String  (Optional)

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

formatProvider  IFormatProvider  (Optional)

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

Return Value

String

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

Implements

IFormattableToString(String, IFormatProvider)
See Also