let arr : double[,] =
Array2D.init 8 1000000 (fun x y -> 0.0)
Anton Tayanovskyy gave me this structure from the F# site cs.hubfs.com
let arr : double[,] =
Array2D.init 8 1000000 (fun x y -> 0.0)
Anton Tayanovskyy gave me this structure from the F# site cs.hubfs.com