Improve System.Numerics.Matrix3x2 and Matrix4x4 hash codes (#34452)
authorRoman Marusyk <Marusyk@users.noreply.github.com>
Wed, 12 Aug 2020 12:45:15 +0000 (15:45 +0300)
committerGitHub <noreply@github.com>
Wed, 12 Aug 2020 12:45:15 +0000 (05:45 -0700)
commit66619ad7d8587555acccf5c5d083446342456429
tree0eba273449ed96ccf78b908c36f5ae2a0d5429a9
parenta026f9eb5f7a271e0e69b7e4dcc9523e427d253a
Improve System.Numerics.Matrix3x2 and Matrix4x4 hash codes (#34452)

* Improve System.Numerics.Matrix3x2 and Matrix4x4 hash codes

* Code review fixes

* Code review fixes
src/libraries/System.Numerics.Vectors/tests/Matrix3x2Tests.cs
src/libraries/System.Numerics.Vectors/tests/Matrix4x4Tests.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix3x2.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Matrix4x4.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector2.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector3.cs
src/libraries/System.Private.CoreLib/src/System/Numerics/Vector4.cs