Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IRightModuleElement.cs
1
using
Waher.Script.Abstraction.Sets
;
2
3
namespace
Waher.Script.Abstraction.Elements
4
{
8
public
interface
IRightModuleElement
:
IAbelianGroupElement
9
{
15
IRightModuleElement
MultiplyScalarRight
(
IRingElement
Scalar);
16
20
IRightModule
AssociatedRightModule
21
{
22
get
;
23
}
24
}
25
}
Waher.Script.Abstraction.Elements.IAbelianGroupElement
Basic interface for all types of abelian group elements.
Definition:
IAbelianGroupElement.cs:9
Waher.Script.Abstraction.Elements.IRightModuleElement
Basic interface for all types of right module elements.
Definition:
IRightModuleElement.cs:9
Waher.Script.Abstraction.Elements.IRightModuleElement.AssociatedRightModule
IRightModule AssociatedRightModule
Associated Right-Module.
Definition:
IRightModuleElement.cs:21
Waher.Script.Abstraction.Elements.IRightModuleElement.MultiplyScalarRight
IRightModuleElement MultiplyScalarRight(IRingElement Scalar)
Tries to multiply a scalar to the current element from the right.
Waher.Script.Abstraction.Elements.IRingElement
Basic interface for all types of ring elements.
Definition:
IRingElement.cs:10
Waher.Script.Abstraction.Sets.IRightModule
Basic interface for all types of right modules.
Definition:
IRightModule.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
IRightModuleElement.cs
Generated by
1.9.5