Public instance methods
IList<object> assign(double value, bool use_locking, string name, bool read_value)
IList<object> assign(ndarray value, bool use_locking, string name, bool read_value)
IList<object> assign(IEnumerable<double> value, bool use_locking, string name, bool read_value)
IList<object> assign(int value, bool use_locking, string name, bool read_value)
IList<object> assign(IGraphNodeBase value, bool use_locking, string name, bool read_value)
IList<object> assign_add(double value, bool use_locking, string name, bool read_value)
IList<object> assign_add(IEnumerable<object> value, bool use_locking, string name, bool read_value)
IList<object> assign_add(ValueTuple<IEnumerable<object>, object> value, bool use_locking, string name, bool read_value)
IList<object> assign_add(int value, bool use_locking, string name, bool read_value)
IList<object> assign_add(IGraphNodeBase value, bool use_locking, string name, bool read_value)
IList<object> assign_sub(double value, bool use_locking, string name, bool read_value)
IList<object> assign_sub(int value, bool use_locking, string name, bool read_value)
IList<object> assign_sub(IGraphNodeBase value, bool use_locking, string name, bool read_value)
Public properties