FANN C# DataAccessor int | |
DataAccessor | Provides fast access to an array of ints |
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 ints this object holds |
Provides fast access to an array of ints
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 ints this object holds |