MatrixTItem(Int32) Property
Accesses the element stored at (i,j)
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.176 -- Release Build+ab97a97e2f54a2424097af25cbba282dd6a45f40
public T[] this[
int key
] { get; set; }
Public Default Property Item (
key As Integer
) As T()
Get
Set
public:
property array<T>^ default[int key] {
array<T>^ get (int key);
void set (int key, array<T>^ value);
}
function get_Item(key);
function set_Item(value);
- key Int32
T