Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IHasFloatEnumerable.cs
Go to the documentation of this file.
1 using System.Collections.Generic;
2 
3 namespace droid.Runtime.Interfaces {
6  public interface IHasFloatEnumerable {
9  IEnumerable<float> FloatEnumerable { get; }
10  }
11 }