Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IEuclidianDomain.cs
1using System;
3
5{
10 {
19 }
20}
Basic interface for all types of Euclidian domain elements.
Basic interface for all types of euclidian domains.
IEuclidianDomainElement Divide(IEuclidianDomainElement Left, IEuclidianDomainElement Right, out IEuclidianDomainElement Remainder)
Divides the right ring element from the left one: Left/Right
Basic interface for all types of integral domains.