Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Added System.Numerics.Vectors constructors and operators #182

Merged
merged 1 commit into from
Oct 2, 2021
Merged

Added System.Numerics.Vectors constructors and operators #182

merged 1 commit into from
Oct 2, 2021

Conversation

vpenades
Copy link
Contributor

@vpenades vpenades commented Oct 1, 2021

Following #136

Added System.Numerics.Vectors constructors and implicit/explicit operator converters to:

  • AffineTransform
  • Color
  • Point
  • PointF
  • Size
  • SizeF

Regarding operators, I followed these rules:

  • Vectors to Maui operators are implicit
  • Maui to Vectors operators are explicit
  • Vectors to Maui (double precission) are implicit
  • Maui to Vectors operators (double precission) not implemented to prevent misleading precission loss.

…ator converters to AffineTransform, Color, Point, PointF, Size, SizeF
@dnfadmin
Copy link

dnfadmin commented Oct 1, 2021

CLA assistant check
All CLA requirements met.

@jonlipsky jonlipsky merged commit a8feeb0 into dotnet:main Oct 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants