Skip to content

Instantly share code, notes, and snippets.

@mikasjp
Created April 14, 2017 12:10
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/1a7971392c4e92d611ae815a53fa80d2 to your computer and use it in GitHub Desktop.
Save mikasjp/1a7971392c4e92d611ae815a53fa80d2 to your computer and use it in GitHub Desktop.
var cv = new ChartValues<double>();
for (var i = 0; i < 100000; i++)
{
cv.Add(Math.Sin(i));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment