Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IDifferentiable.cs
1using System;
2
3namespace Waher.Script.Model
4{
8 public interface IDifferentiable
9 {
17
22 {
23 get;
24 }
25 }
26}
Base class for all nodes in a parsed script tree.
Definition: ScriptNode.cs:69
Collection of variables.
Definition: Variables.cs:25
Base interface for lambda expressions.
ScriptNode Differentiate(string VariableName, Variables Variables)
Differentiates a script node, if possible.
string DefaultVariableName
Default variable name, if any, null otherwise.