Writes a text representation of this matrix to the writer.
Namespace:
CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public void Write( TextWriter writer ) |
| Visual Basic (Declaration) |
|---|
Public Sub Write ( _ writer As TextWriter _ ) |
| Visual C++ |
|---|
public: void Write( TextWriter^ writer ) |
Parameters
- writer
- Type: System.IO..::.TextWriter
Writer where text is written.
Remarks
The string format is:
CopyC#
A space is placed between rows.
[number of rows]x[number of columns] [ matrix values row by row ]