FANN C# DataAccessor float | |
DataAccessor | Provides fast access to an array of floats |
Functions and Properties | |
Dispose | Destructs the accessor. |
Item | |
GetEnumerator | Returns an enumerator that can enumerate over the collection of ints |
Array | Copies the Accessor’s values to an array |
Count | The number of floats this object holds |
Provides fast access to an array of floats
Inherits from IAccessor when compiled with a target below .NET 4.5 (which is the default for the most compatibility). Inherits from IReadOnlyList when compiled with at or above .NET 4.5 to allow the user to take advantage of the multitude of extension methods on IReadOnlyList.
Functions and Properties | |
Dispose | Destructs the accessor. |
Item | |
GetEnumerator | Returns an enumerator that can enumerate over the collection of ints |
Array | Copies the Accessor’s values to an array |
Count | The number of floats this object holds |