AK.Symbol.Symbol C# (CSharp) Method

Symbol() public method

public Symbol ( CustomFunction func ) : System.Collections
func CustomFunction
return System.Collections
        public Symbol(CustomFunction func)
        {
            type = SymbolType.FuncCustom;
            customFunc = func;
        }

Same methods

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
Symbol::Symbol ( string stringValue ) : System.Collections