Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IBinaryOperator.cs
4
6{
10 public interface IBinaryOperator : IProcessingSupport<IBinaryOperation>
11 {
19 }
20}
Base class for all nodes in a parsed script tree.
Definition: ScriptNode.cs:69
Interface for detecting interfaces supporting objects with predefined features.
IElement Evaluate(IBinaryOperation Operation, ScriptNode Node)
Evaluates the custom binary operator.
Basic interface for all types of elements.
Definition: IElement.cs:21