String representation of the connectivity matrix, including labels.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public string ToString(
	string formatString
)
Visual Basic (Declaration)
Public Function ToString ( _
	formatString As String _
) As String
Visual C++
public:
String^ ToString(
	String^ formatString
)

Parameters

formatString
Type: System..::.String
Format string for the matrix values.

Return Value

String representation of the connectivity matrix, including labels.

Remarks

The format string is passed to the System.Double.ToString(formatString) and is used to format the numeric values.

See Also