Click or drag to resize
MPSReaderProcessCommand Method
Process a section of the MPS file.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
protected virtual string ProcessCommand(
	string command,
	string line
)

Parameters

command
Type: SystemString
A String specifying the data file section to be processed.
line
Type: SystemString
A String specifying the next line to be processed.

Return Value

Type: String
A String containing the next line to be processed. This line was read, but was not part of the section being processed.
See Also