AK.Symbol.Symbol C# (CSharp) Method

Symbol() public method

public Symbol ( SymbolType type ) : System.Collections
type SymbolType
return System.Collections
        public Symbol(SymbolType type)
        {
            this.type = type;
        }

Same methods

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