Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IntegralDomain.cs
1
using
System;
2
3
namespace
Waher.Script.Abstraction.Sets
4
{
8
public
abstract
class
IntegralDomain
:
CommutativeRingWithIdentity
,
IIntegralDomain
9
{
13
public
IntegralDomain
()
14
: base()
15
{
16
}
17
18
}
19
}
Waher.Script.Abstraction.Sets.CommutativeRingWithIdentity
Base class for all types of commutative rings with identity.
Definition:
CommutativeRingWithIdentity.cs:9
Waher.Script.Abstraction.Sets.IntegralDomain
Base class for all types of integral domains.
Definition:
IntegralDomain.cs:9
Waher.Script.Abstraction.Sets.IntegralDomain.IntegralDomain
IntegralDomain()
Base class for all types of integral domains.
Definition:
IntegralDomain.cs:13
Waher.Script.Abstraction.Sets.IIntegralDomain
Basic interface for all types of integral domains.
Definition:
IIntegralDomain.cs:9
Waher.Script.Abstraction.Sets
Definition:
AbelianGroup.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Sets
IntegralDomain.cs
Generated by
1.9.5