Click or drag to resize

VectorTToVectorString(String, IFormatProvider) Method

Returns a string that represents the content of this vector, column by column.

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

Parameters

format  String  (Optional)
Floating point format string. Can be null. Default value: G6.
provider  IFormatProvider  (Optional)
Format provider or culture. Can be null.

Return Value

String
A formatted string representation of the vector.
See Also