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