Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IBinaryOperation.cs
1
using
Waher.Script.Abstraction.Elements
;
2
3
namespace
Waher.Script.Abstraction.CustomOperators
4
{
8
public
interface
IBinaryOperation
9
{
13
string
Name
{
get
; }
14
18
IElement
Left
{
get
; }
19
23
IElement
Right
{
get
; }
24
}
25
}
Waher.Script.Abstraction.CustomOperators.IBinaryOperation
Interface for binary operations.
Definition:
IBinaryOperation.cs:9
Waher.Script.Abstraction.CustomOperators.IBinaryOperation.Name
string Name
Name of operator.
Definition:
IBinaryOperation.cs:13
Waher.Script.Abstraction.CustomOperators.IBinaryOperation.Right
IElement Right
Right operand.
Definition:
IBinaryOperation.cs:23
Waher.Script.Abstraction.CustomOperators.IBinaryOperation.Left
IElement Left
Left operand.
Definition:
IBinaryOperation.cs:18
Waher.Script.Abstraction.Elements.IElement
Basic interface for all types of elements.
Definition:
IElement.cs:21
Waher.Script.Abstraction.CustomOperators
Definition:
IBinaryOperation.cs:4
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:4
IoTGateway
Script
Waher.Script
Abstraction
CustomOperators
IBinaryOperation.cs
Generated by
1.9.5