Skip to content

Instantly share code, notes, and snippets.

@NMZivkovic
Created September 15, 2018 08:47
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 NMZivkovic/fd8ccd29bbfb1bde61b4e4afaebedc4d to your computer and use it in GitHub Desktop.
Save NMZivkovic/fd8ccd29bbfb1bde61b4e4afaebedc4d to your computer and use it in GitHub Desktop.
public interface IVector : IList<double>
{
double EuclidianDistance(IVector vector);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment