Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICommutativeRingElement.cs
1using System;
3
5{
10 {
17
22 {
23 get;
24 }
25 }
26}
Base class for all types of elements.
Definition: Element.cs:13
Basic interface for all types of commutative ring elements.
ICommutativeRingElement Multiply(ICommutativeRingElement Element)
Tries to multiply an element to the current element.
ICommutativeRing AssociatedCommutativeRing
Associated Commutative Ring.
Basic interface for all types of ring elements.
Definition: IRingElement.cs:10
Basic interface for all types of commutative rings.