MyMediaLite
IMatrix<T>.Item Property (int, int)
Syntax
Collapse All
The value at (i,j)
Declaring type:
IMatrix<T>
Namespace:
MyMediaLite.DataType
Assembly:
MyMediaLite
Syntax
C#
public abstract T this [ int
x
, int
y
] { get; set; }
Parameters
x
the row ID
y
the column ID
Property Value
The value at (i,j)
Top
Generated by
ImmDoc .NET
.