Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ICommutativeRing.cs
1
using
System;
2
using
Waher.Script.Abstraction.Elements
;
3
4
namespace
Waher.Script.Abstraction.Sets
5
{
9
public
interface
ICommutativeRing
:
IRing
10
{
17
ICommutativeRingElement
Divide
(
ICommutativeRingElement
Left,
ICommutativeRingElement
Right);
18
}
19
}
Waher.Script.Abstraction.Elements.ICommutativeRingElement
Basic interface for all types of commutative ring elements.
Definition:
ICommutativeRingElement.cs:10
Waher.Script.Abstraction.Sets.ICommutativeRing
Basic interface for all types of commutative rings.
Definition:
ICommutativeRing.cs:10
Waher.Script.Abstraction.Sets.ICommutativeRing.Divide
ICommutativeRingElement Divide(ICommutativeRingElement Left, ICommutativeRingElement Right)
Divides the right ring element from the left one: Left/Right
Waher.Script.Abstraction.Sets.IRing
Basic interface for all types of rings.
Definition:
IRing.cs:10
Waher.Script.Abstraction.Elements
Definition:
AbelianGroupElement.cs:5
Waher.Script.Abstraction.Sets
Definition:
AbelianGroup.cs:5
IoTGateway
Script
Waher.Script
Abstraction
Sets
Interfaces
ICommutativeRing.cs
Generated by
1.9.5