Skip to content

Adding System.Math overloads for nint/nuint#46647

Merged
tannergooding merged 3 commits intodotnet:masterfrom
tannergooding:fix-43733
Jan 8, 2021
Merged

Adding System.Math overloads for nint/nuint#46647
tannergooding merged 3 commits intodotnet:masterfrom
tannergooding:fix-43733

Conversation

@tannergooding
Copy link
Member

This resolves #43733

@tannergooding tannergooding requested a review from pgovind January 6, 2021 19:24
@Dotnet-GitSync-Bot
Copy link
Collaborator

Note regarding the new-api-needs-documentation label:

This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change.

@ghost
Copy link

ghost commented Jan 6, 2021

Tagging subscribers to this area: @tannergooding, @pgovind
See info in area-owners.md if you want to be subscribed.

Issue Details

This resolves #43733

Author: tannergooding
Assignees: -
Labels:

area-System.Numerics, new-api-needs-documentation

Milestone: -

Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than the compiler error around the casting, LGTM. Seems like these are all mostly just copy/paste.

Copy link

@pgovind pgovind left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@tannergooding tannergooding merged commit 1344d37 into dotnet:master Jan 8, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 7, 2021
@tannergooding tannergooding deleted the fix-43733 branch November 11, 2022 15:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add System.Math API overloads for nint/nuint

4 participants