Showing content from http://accord-framework.net/docs/html/M_Accord_Math_Matrix_ToString__1_6.htm below:
Accord.NET Framework Framework modules Accord.Math Matrix Class Matrix Methods ToString Method ToString Method (Boolean[,]) ToString Method (Boolean[]) ToString Method (Boolean[][]) ToString Method (Boolean[][][]) ToString Method (Byte[,]) ToString Method (Byte[]) ToString Method (Byte[][]) ToString Method (Byte[][][]) ToString Method (Decimal[,]) ToString Method (Decimal[]) ToString Method (Decimal[][]) ToString Method (Decimal[][][]) ToString Method (Double[,]) ToString Method (Double[]) ToString Method (Double[][]) ToString Method (Double[][][]) ToString Method (Int16[,]) ToString Method (Int16[]) ToString Method (Int16[][]) ToString Method (Int16[][][]) ToString Method (Int32[,]) ToString Method (Int32[]) ToString Method (Int32[][]) ToString Method (Int32[][][]) ToString Method (Int64[,]) ToString Method (Int64[]) ToString Method (Int64[][]) ToString Method (Int64[][][]) ToString Method (Object[,]) ToString Method (Object[]) ToString Method (Object[][]) ToString Method (Object[][][]) ToString Method (SByte[,]) ToString Method (SByte[]) ToString Method (SByte[][]) ToString Method (SByte[][][]) ToString Method (Single[,]) ToString Method (Single[]) ToString Method (Single[][]) ToString Method (Single[][][]) ToString(T) Method (T[,]) ToString(T) Method (T[]) ToString(T) Method (T[][]) ToString Method (Boolean[,], String[,]) ToString Method (Boolean[,], String[][]) ToString Method (Boolean[], String[]) ToString Method (Boolean[][], String[,]) ToString Method (Boolean[][], String[][]) ToString Method (Boolean[][][], String[][][]) ToString Method (Byte[,], String[,]) ToString Method (Byte[,], String[][]) ToString Method (Byte[], String[]) ToString Method (Byte[][], String[,]) ToString Method (Byte[][], String[][]) ToString Method (Byte[][][], String[][][]) ToString Method (Decimal[,], String[,]) ToString Method (Decimal[,], String[][]) ToString Method (Decimal[], String[]) ToString Method (Decimal[][], String[,]) ToString Method (Decimal[][], String[][]) ToString Method (Decimal[][][], String[][][]) ToString Method (Double[,], String[,]) ToString Method (Double[,], String[][]) ToString Method (Double[], String[]) ToString Method (Double[][], String[,]) ToString Method (Double[][], String[][]) ToString Method (Double[][][], String[][][]) ToString Method (Int16[,], String[,]) ToString Method (Int16[,], String[][]) ToString Method (Int16[], String[]) ToString Method (Int16[][], String[,]) ToString Method (Int16[][], String[][]) ToString Method (Int16[][][], String[][][]) ToString Method (Int32[,], String[,]) ToString Method (Int32[,], String[][]) ToString Method (Int32[], String[]) ToString Method (Int32[][], String[,]) ToString Method (Int32[][], String[][]) ToString Method (Int32[][][], String[][][]) ToString Method (Int64[,], String[,]) ToString Method (Int64[,], String[][]) ToString Method (Int64[], String[]) ToString Method (Int64[][], String[,]) ToString Method (Int64[][], String[][]) ToString Method (Int64[][][], String[][][]) ToString Method (Object[,], String[,]) ToString Method (Object[,], String[][]) ToString Method (Object[], String[]) ToString Method (Object[][], String[,]) ToString Method (Object[][], String[][]) ToString Method (Object[][][], String[][][]) ToString Method (SByte[,], String[,]) ToString Method (SByte[,], String[][]) ToString Method (SByte[], String[]) ToString Method (SByte[][], String[,]) ToString Method (SByte[][], String[][]) ToString Method (SByte[][][], String[][][]) ToString Method (Single[,], String[,]) ToString Method (Single[,], String[][]) ToString Method (Single[], String[]) ToString Method (Single[][], String[,]) ToString Method (Single[][], String[][]) ToString Method (Single[][][], String[][][]) ToString(T) Method (T[,], IMatrixFormatProvider) ToString(T) Method (T[,], String) ToString(T) Method (T[], IMatrixFormatProvider) ToString(T) Method (T[], String) ToString(T) Method (T[][], IMatrixFormatProvider) ToString(T) Method (T[][], String) ToString(T) Method (T[,], Boolean, IMatrixFormatProvider) ToString(T) Method (T[,], String, IMatrixFormatProvider) ToString(T) Method (T[], String, IMatrixFormatProvider) ToString(T) Method (T[][], String, IMatrixFormatProvider) MatrixToStringT Method (T, IMatrixFormatProvider)
Returns a String representation of a a given array.
Namespace: Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax C# VB Copy
public static string ToString<T>(
this T[] array,
IMatrixFormatProvider provider
)
<ExtensionAttribute>
Public Shared Function ToString(Of T) (
array As T(),
provider As IMatrixFormatProvider
) As String
Request Example View Source Parameters
-
array
-
Type: T
The array.
-
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
Please see
CSharpMatrixFormatProvider
,
OctaveArrayFormatProvider
or
DefaultArrayFormatProvider
for examples and more details.
See Also Reference Matrix Class ToString Overload Accord.Math Namespace
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