Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IAbelianGroup.cs
1
using
System;
2
using
Waher.Script.Abstraction.Elements
;
3
4
namespace
Waher.Script.Abstraction.Sets
5
{
9
public
interface
IAbelianGroup
:
IGroup
10
{
17
IAbelianGroupElement
Subtract
(
IAbelianGroupElement
Left,
IAbelianGroupElement
Right);
18
22
IAbelianGroupElement
Zero
23
{
24
get
;
25
}
26
27
}
28
}
Waher.Script.Abstraction.Elements.IAbelianGroupElement
Basic interface for all types of abelian group elements.
Definition:
IAbelianGroupElement.cs:9
Waher.Script.Abstraction.Sets.IAbelianGroup
Basic interface for all types of abelian groups.
Definition:
IAbelianGroup.cs:10
Waher.Script.Abstraction.Sets.IAbelianGroup.Zero
IAbelianGroupElement Zero
Returns the zero element of the group.
Definition:
IAbelianGroup.cs:23
Waher.Script.Abstraction.Sets.IAbelianGroup.Subtract
IAbelianGroupElement Subtract(IAbelianGroupElement Left, IAbelianGroupElement Right)
Subtracts the right group element from the left one: Left-Right
Waher.Script.Abstraction.Sets.IGroup
Basic interface for all types of groups.
Definition:
IGroup.cs:10
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Abstraction.Sets
Definition:
AbelianGroup.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Sets
Interfaces
IAbelianGroup.cs
Generated by
1.9.5