Click or drag to resize
Accord.NET (logo)

MatrixFormatterFormat Method (String, Array, IMatrixFormatProvider)

Converts a jagged or multidimensional array into a System.String representation.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static string Format(
	string format,
	Array matrix,
	IMatrixFormatProvider formatProvider
)
Request Example View Source

Parameters

format
Type: SystemString
matrix
Type: SystemArray
formatProvider
Type: Accord.MathIMatrixFormatProvider

Return Value

Type: String
See Also