Skip to content

Instantly share code, notes, and snippets.

@mikasjp
Created April 14, 2017 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikasjp/4c4a84b2dafee0fb0c16f8ad02ec538d to your computer and use it in GitHub Desktop.
Save mikasjp/4c4a84b2dafee0fb0c16f8ad02ec538d to your computer and use it in GitHub Desktop.
var temporalCv = new double[1000];
for (var i = 0; i < 1000; i++){
temporalCv[i] = 5;
}
var cv = new ChartValues<double>();
cv.AddRange(temporalCv);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment