Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IntegralDomainElement.cs
1using System;
3
5{
10 {
15 {
16 }
17
22
27
32
37
42
47
52
57 {
58 get;
59 }
60 }
61}
Base class for all types of commutative ring with identity elements.
Base class for all types of integral domain elements.
override ICommutativeRing AssociatedCommutativeRing
Associated Commutative Ring.
override IAbelianGroup AssociatedAbelianGroup
Associated Abelian Group.
override ISemiGroup AssociatedSemiGroup
Associated Semi-Group.
abstract IIntegralDomain AssociatedIntegralDomain
Associated Integral Domain.
IntegralDomainElement()
Base class for all types of integral domain elements.
override ICommutativeRingWithIdentity AssociatedCommutativeRingWithIdentity
Associated Commutative Ring With Identity.
Basic interface for all types of integral 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 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