Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
wertzui123
Posts
Comments
C
C#
•
Created by wertzui123 on 2/21/2023 in
#help
❔ Why is PointF not simply Point<float>?
Why isn't there simply a generic
Point
class that allows for
Point<int
,
Point<float
,
Point<decimal>
, ...? Is it for historical or performance reasons?
9 replies