  | FloatBandMatrixToString Method | 
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
Return Value
StringA string containing the formatted matrix values.
Remarks
            The string format is:
            
lb ub rows x columns [ matrix values, one space between cells and two between rows ]
            where 
lb is the lower bandwidth and 
ub is
            the upper bandwidth. Zero values are printed.
            
Example2 1 4x4 [ 2 5 0 0  3 6 9 0  4 7 10 7  0 8 3 2 ]
See Also