Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IToVector.cs
2
4{
8 public interface IToVector
9 {
15 }
16}
Basic interface for all types of elements.
Definition: IElement.cs:20
Interface for objects that can be converted into matrices.
Definition: IToVector.cs:9
IElement ToVector()
Converts the object to a vector.