public T[] GetRow(
int index
)
Public Function GetRow (
index As Integer
) As T()
public:
array<T>^ GetRow(
int index
)
function GetRow(index);
[Missing <param name="index"/> documentation for "M:Gemstone.Numeric.Matrix`1.GetRow(System.Int32)"]
[Missing <returns> documentation for "M:Gemstone.Numeric.Matrix`1.GetRow(System.Int32)"]