Table of Contents

Interface IParser

Namespace
xFunc.Maths
Assembly
xFunc.Maths.dll

The interface for parser.

public interface IParser

Methods

Parse(string)

Parses the specified expression.

IExpression Parse(string expression)

Parameters

expression string

The string expression.

Returns

IExpression

The parsed expression.

See Also