Writes a text representation of this vector to the given writer.

Namespace:  CenterSpace.NMath.Core
Assembly:  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 resulting character representation is of the form [ v1 v2 v3 ... ].

See Also