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