Gurpenator.Formula.evalInt C# (CSharp) 메소드

evalInt() 공개 메소드

public evalInt ( EvaluationContext context ) : int
context EvaluationContext
리턴 int
        public virtual int evalInt(EvaluationContext context)
        {
            throw new NotImplementedException();
        }