Values

double[, ] IMatrix.Values { get; set; }

Gets or sets the matrix values.

Value

double[,] – Matrix values where first and second dimension represent row and column indices respectively.

Throws