Click or drag to resize
MPSReaderRead 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.IOStreamReader
The StreamReader that has been associated with the data file.
See Also