Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICommutativeRingWithIdentityElement.cs
1
using
System;
2
using
Waher.Script.Abstraction.Sets
;
3
4
namespace
Waher.Script.Abstraction.Elements
5
{
9
public
interface
ICommutativeRingWithIdentityElement
:
ICommutativeRingElement
10
{
14
ICommutativeRingWithIdentity
AssociatedCommutativeRingWithIdentity
15
{
16
get
;
17
}
18
22
ICommutativeRingWithIdentityElement
One
23
{
24
get
;
25
}
26
}
27
}
Waher.Script.Abstraction.Elements.ICommutativeRingElement
Basic interface for all types of commutative ring elements.
Definition:
ICommutativeRingElement.cs:10
Waher.Script.Abstraction.Elements.ICommutativeRingWithIdentityElement
Basic interface for all types of commutative ring with identity elements.
Definition:
ICommutativeRingWithIdentityElement.cs:10
Waher.Script.Abstraction.Elements.ICommutativeRingWithIdentityElement.One
ICommutativeRingWithIdentityElement One
Returns the identity element of the commutative ring with identity.
Definition:
ICommutativeRingWithIdentityElement.cs:23
Waher.Script.Abstraction.Elements.ICommutativeRingWithIdentityElement.AssociatedCommutativeRingWithIdentity
ICommutativeRingWithIdentity AssociatedCommutativeRingWithIdentity
Associated Commutative Ring With Identity.
Definition:
ICommutativeRingWithIdentityElement.cs:15
Waher.Script.Abstraction.Sets.ICommutativeRingWithIdentity
Basic interface for all types of commutative rings with identity.
Definition:
ICommutativeRingWithIdentity.cs:10
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Abstraction.Sets
Definition:
AbelianGroup.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Elements
Interfaces
ICommutativeRingWithIdentityElement.cs
Generated by
1.9.5