can anyone tell me why this isn't working: It says it cannot convert a double[] to double.
for(int i = 0; i < tickerlength; i++)
{
for(int j = 0; j < priceLength; j++)
{
double[] pricevariable = prices[i][j];
}
}