Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICommutativeRingElement.cs
1
using
System;
2
using
Waher.Script.Abstraction.Sets
;
3
4
namespace
Waher.Script.Abstraction.Elements
5
{
9
public
interface
ICommutativeRingElement
:
IRingElement
10
{
16
ICommutativeRingElement
Multiply
(
ICommutativeRingElement
Element
);
17
21
ICommutativeRing
AssociatedCommutativeRing
22
{
23
get
;
24
}
25
}
26
}
Waher.Script.Abstraction.Elements.Element
Base class for all types of elements.
Definition:
Element.cs:13
Waher.Script.Abstraction.Elements.ICommutativeRingElement
Basic interface for all types of commutative ring elements.
Definition:
ICommutativeRingElement.cs:10
Waher.Script.Abstraction.Elements.ICommutativeRingElement.Multiply
ICommutativeRingElement Multiply(ICommutativeRingElement Element)
Tries to multiply an element to the current element.
Waher.Script.Abstraction.Elements.ICommutativeRingElement.AssociatedCommutativeRing
ICommutativeRing AssociatedCommutativeRing
Associated Commutative Ring.
Definition:
ICommutativeRingElement.cs:22
Waher.Script.Abstraction.Elements.IRingElement
Basic interface for all types of ring elements.
Definition:
IRingElement.cs:10
Waher.Script.Abstraction.Sets.ICommutativeRing
Basic interface for all types of commutative rings.
Definition:
ICommutativeRing.cs:10
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Abstraction.Sets
Definition:
AbelianGroup.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Elements
Interfaces
ICommutativeRingElement.cs
Generated by
1.9.5