Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
BinaryOperation.cs
1
using
Waher.Script.Abstraction.CustomOperators
;
2
using
Waher.Script.Abstraction.Elements
;
3
4
namespace
Waher.Script.Model
5
{
9
public
class
BinaryOperation
:
IBinaryOperation
10
{
17
public
BinaryOperation
(
string
Name
,
IElement
Left
,
IElement
Right
)
18
{
19
this.Name =
Name
;
20
this.Left =
Left
;
21
this.Right =
Right
;
22
}
23
27
public
string
Name
{
get
; }
28
32
public
IElement
Left
{
get
; }
33
37
public
IElement
Right
{
get
; }
38
}
39
}
Waher.Script.Model.BinaryOperation
Information about a binary operation for use with custom binary operators.
Definition:
BinaryOperation.cs:10
Waher.Script.Model.BinaryOperation.Right
IElement Right
Right operand.
Definition:
BinaryOperation.cs:37
Waher.Script.Model.BinaryOperation.BinaryOperation
BinaryOperation(string Name, IElement Left, IElement Right)
Information about a binary operation for use with custom binary operators.
Definition:
BinaryOperation.cs:17
Waher.Script.Model.BinaryOperation.Left
IElement Left
Left operand.
Definition:
BinaryOperation.cs:32
Waher.Script.Model.BinaryOperation.Name
string Name
Name of operator.
Definition:
BinaryOperation.cs:27
Waher.Script.Abstraction.CustomOperators.IBinaryOperation
Interface for binary operations.
Definition:
IBinaryOperation.cs:9
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
Waher.Script.Model
Definition:
BinaryBooleanOperator.cs:8
IoTGateway
Script
Waher.Script
Model
BinaryOperation.cs
Generated by
1.9.5