Interface ICursorArray
Assembly: Microsoft.ML.Probabilistic.dll
Syntax
public interface ICursorArray : IEnumerable
Properties
Count
Declaration
Property Value
Item[Int32]
Declaration
object this[int index] { get; }
Parameters
Type |
Name |
Description |
Int32 |
index |
|
Property Value
Item[Int32[]]
Declaration
object 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