Reads and parses the MPS file.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void Read(
	StreamReader reader
)
Visual Basic (Declaration)
Public Overridable Sub Read ( _
	reader As StreamReader _
)
Visual C++
public:
virtual void Read(
	StreamReader^ reader
)

Parameters

reader
Type: System.IO..::.StreamReader
The StreamReader that has been associated with the data file.

See Also