AK.Symbol.Symbol C# (CSharp) Method

Symbol() public method

public Symbol ( string stringValue ) : System.Collections
stringValue string
return System.Collections
        public Symbol(string stringValue)
        {
            type = SymbolType.StringLiteral;
            ptr = stringValue;
        }

Same methods

Symbol::Symbol ( CustomFunction func ) : System.Collections
Symbol::Symbol ( SymbolList subExpression ) : System.Collections
Symbol::Symbol ( SymbolType type ) : System.Collections
Symbol::Symbol ( SymbolType type, double va ) : System.Collections
Symbol::Symbol ( Variable ptrToConstValue ) : System.Collections
Symbol::Symbol ( double value ) : System.Collections