| VectorTToVectorString(Int32, Int32, String, IFormatProvider) Method | 
            Returns a string that represents the content of this vector, column by column.
            
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic string ToVectorString(
	int maxPerColumn,
	int maxCharactersWidth,
	string format = null,
	IFormatProvider provider = null
)
Parameters
- maxPerColumn  Int32
- Maximum number of entries and thus lines per column. Typical value: 12; Minimum: 3.
- maxCharactersWidth  Int32
- Maximum number of characters per line over all columns. Typical value: 80; Minimum: 16.
- 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[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Vector`1.ToVectorString(System.Int32,System.Int32,System.String,System.IFormatProvider)"]
 See Also
See Also