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
}
System
droid.Runtime.Interfaces.IHasFloatEnumerable
Definition:
IHasFloatEnumerable.cs:6
droid
Runtime
Interfaces
IHasFloatEnumerable.cs
Generated by
1.8.13