Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPeriodBucket.cs
1using System;
2using System.Collections.Generic;
3
5{
9 public interface IPeriodBucket : IBucket, IEnumerable<Statistic>
10 {
11 }
12}
Interface for buckets.
Definition: IBucket.cs:13
Statistical bucket with periods