Click or drag to resize
MPSReader.Read Method
Reads and parses the MPS file.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void Read(
	StreamReader reader
)

Parameters

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