Interface ICursorArray<T>
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface ICursorArray<T> : IEnumerable<T>, IEnumerable
Type Parameters
Properties
Count
Declaration
Property Value
Item[Int32]
Declaration
T this[int index] { get; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Item[Int32[]]
Declaration
T this[params int[] index] { get; }
Parameters
Type |
Name |
Description |
Int32[] |
index |
|
Property Value
Lengths
Declaration
IList<int> Lengths { get; }
Property Value
Rank
Declaration
Property Value
Methods
GetLength(Int32)
Declaration
int GetLength(int dimension)
Parameters
Type |
Name |
Description |
Int32 |
dimension |
|
Returns
MoveTo(Int32)
Declaration
Parameters
Type |
Name |
Description |
Int32 |
index |
|
MoveTo(Int32[])
Declaration
void MoveTo(params int[] index)
Parameters
Type |
Name |
Description |
Int32[] |
index |
|
Extension Methods