CSLE.RegHelper_SInstance.Math2Value C# (CSharp) 메소드

Math2Value() 공개 메소드

public Math2Value ( CLS_Content env, char code, object left, CLS_Content right, CLType &returnType ) : object
env CLS_Content
code char
left object
right CLS_Content
returnType CLType
리턴 object
        public override object Math2Value(CLS_Content env, char code, object left, CLS_Content.Value right, out CLType returnType)
        {
            throw new NotImplementedException("CSLE.SInstance.Math2Value");
        }