Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ISeconds.cs
2{
6 public interface ISeconds
7 {
11 double Seconds { get; }
12 }
13}
Interface for objects having a Seconds component.
Definition: ISeconds.cs:7
double Seconds
Number of seconds.
Definition: ISeconds.cs:11