Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICommutativeRing.cs
1using System;
3
5{
9 public interface ICommutativeRing : IRing
10 {
18 }
19}
Basic interface for all types of commutative ring elements.
Basic interface for all types of commutative rings.
ICommutativeRingElement Divide(ICommutativeRingElement Left, ICommutativeRingElement Right)
Divides the right ring element from the left one: Left/Right
Basic interface for all types of rings.
Definition: IRing.cs:10