C# Class NSoft.NFramework.Numerics.Expressions.CalcExpression

NCalc 라이브러리를 이용하여 계산식에 대한 수행을 합니다.
ファイルを表示 Open project: debop/NFramework

Public Methods

Method Description
UnaryEvaluate ( this expression, string parameterName, Func parameterFunc ) : IEnumerable

Method Details

UnaryEvaluate() public static method

public static UnaryEvaluate ( this expression, string parameterName, Func parameterFunc ) : IEnumerable
expression this
parameterName string
parameterFunc Func
return IEnumerable