  | DoubleBandMatrixToCommaSeparated Method | 
            Returns a formatted string representation of this matrix.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic string ToCommaSeparated()
Public Function ToCommaSeparated As String
public:
String^ ToCommaSeparated()
member ToCommaSeparated : unit -> string 
Return Value
StringA string containing the formatted matrix values.
Remarks
            The representation is:
            
Example2,5,0,0,0  
3,6,9,0,0  
4,7,10,13,0  
0,8,11,14,17   
0,0,12,15,18
See Also