VectorTToVectorString(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.3179.0 (4.8.3179.0)
Syntax 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[Missing <returns> documentation for "M:Altaxo.Calc.LinearAlgebra.Vector`1.ToVectorString(System.String,System.IFormatProvider)"]
See Also