MatrixTItem(Int32) Property

Accesses the element stored at (i,j)

Definition

Namespace: Gemstone.Numeric
Assembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.158 -- Release Build+3874b6709118ff35f396fdd2fedd12aeea51803e
public T[] this[
	int key
] { get; set; }

Parameters

key  Int32

Return Value

T

See Also