Parse a single equation from a stream

Namespace:  SingularSys.Jep
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
INode Parse(
	TextReader stream
)
Visual Basic (Declaration)
Function Parse ( _
	stream As TextReader _
) As INode
Visual C++
INode^ Parse(
	TextReader^ stream
)

Parameters

stream
Type: System.IO..::.TextReader

Return Value

the root node of the expression tree

Exceptions

See Also