Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EuclidianDomainElement.cs
1using System;
3
5{
10 {
15 {
16 }
17
22
27
32
37
42
47
52
57
62 {
63 get;
64 }
65 }
66}
Base class for all types of Euclidian domain elements.
override IAbelianGroup AssociatedAbelianGroup
Associated Abelian Group.
abstract IEuclidianDomain AssociatedEuclidianDomain
Associated Euclidian Domain.
override ISemiGroup AssociatedSemiGroup
Associated Semi-Group.
override ICommutativeRingWithIdentity AssociatedCommutativeRingWithIdentity
Associated Commutative Ring With Identity.
EuclidianDomainElement()
Base class for all types of Euclidian domain elements.
override ICommutativeRing AssociatedCommutativeRing
Associated Commutative Ring.
override IIntegralDomain AssociatedIntegralDomain
Associated Integral Domain.
Base class for all types of integral domain elements.
Basic interface for all types of Euclidian domain elements.
Basic interface for all types of abelian groups.
Basic interface for all types of commutative rings.
Basic interface for all types of commutative rings with identity.
Basic interface for all types of euclidian domains.
Basic interface for all types of groups.
Definition: IGroup.cs:10
Basic interface for all types of integral domains.
Basic interface for all types of rings.
Definition: IRing.cs:10
Basic interface for all types of semigroups.
Definition: ISemiGroup.cs:10
Basic interface for all types of sets.
Definition: ISet.cs:10