Adding System.Math overloads for nint/nuint (#46647)
authorTanner Gooding <tagoo@outlook.com>
Fri, 8 Jan 2021 18:27:22 +0000 (10:27 -0800)
committerGitHub <noreply@github.com>
Fri, 8 Jan 2021 18:27:22 +0000 (10:27 -0800)
commit1344d37076b1cda691d49eb31edbda5c378413d6
tree9d70e2cafc68b148c7dafc0645a42a448ebef708
parentb9bb38363e457ce71d2cb6bb76cbf6cdd427e929
Adding System.Math overloads for nint/nuint (#46647)

* Adding System.Math overloads for nint/nuint

* Adding a missing cast

* Fixing the Clamp_NInt and Clamp_NUInt tests to work with the provided MemberData
src/libraries/System.Private.CoreLib/src/System/Math.cs
src/libraries/System.Runtime.Extensions/tests/System/Math.cs
src/libraries/System.Runtime/ref/System.Runtime.cs