Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace IndexOutOfRangeException with ArgumentOutOfRangeException in vector indexers #7

Closed
wants to merge 2 commits into from

Commits on Nov 22, 2013

  1. Clean up vector indexers and replace IndexOutOfRangeException with Ar…

    …gumentOutOfRangeException as per CA1506
    Robmaister committed Nov 22, 2013
    Copy the full SHA
    5ac5e0f View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2013

  1. Replace IndexOutOfRangeExceptions with ArgumentOutOfRangeExceptions i…

    …n matrices.
    
    Added a second indexer to the matrix classes to get the rows.
    Robmaister committed Nov 26, 2013
    Copy the full SHA
    db8afa3 View commit details
    Browse the repository at this point in the history