A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://accord-framework.net/docs/html/M_Accord_Math_Matrix_ToString__1_2.htm below:

MatrixToStringT Method (T, Boolean, IMatrixFormatProvider)

MatrixToStringT Method (T, Boolean, IMatrixFormatProvider)

Returns a String representation of a given matrix.

Namespace:  Accord.Math
Assembly:

Accord.Math (in Accord.Math.dll) Version: 3.8.0

Syntax
public static string ToString<T>(
	this T[,] matrix,
	bool multiline,
	IMatrixFormatProvider provider
)
<ExtensionAttribute>
Public Shared Function ToString(Of T) ( 
	matrix As T(,),
	multiline As Boolean,
	provider As IMatrixFormatProvider
) As String
Request Example View Source Parameters
matrix
Type: T
The matrix.
multiline
Type: SystemBoolean
If set to true, the matrix will be written using multiple lines. If set to false, the matrix will be written in a single line.
provider
Type: Accord.MathIMatrixFormatProvider
The IMatrixFormatProvider to be used when creating the resulting string. Default is to use CurrentCulture.
Type Parameters
T
Return Value

Type:

String

A

String

that represents this instance.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see

Extension Methods (Visual Basic)

or

Extension Methods (C# Programming Guide)

.

Examples See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4