Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CellSpan.cs
2{
6 public struct CellSpan
7 {
11 public int ColSpan;
12
16 public int RowSpan;
17 }
18}
Contains information about a cells span in a grid.
Definition: CellSpan.cs:7