I'm tying to create an method which accepts two parameter and rewrite them by increasing their memory space by one
public void expand(string[] array,double[,] data)
{
}
I'm tying to create an method which accepts two parameter and rewrite them by increasing their memory space by one
public void expand(string[] array,double[,] data)
{
}