Open
Description
Type of issue
Other (describe below)
Description
Reading the System.Numerics docs of the Vectors 2+3 I did see there are Fields typed to int, but I would miss there a static class with const string to use them in a switch expression from the with net9.0 available lang features of C#
Currently I defined them locally with:
public static class VectorNames
{
public const string X = "X";
public const string Y = "Y";
public const string Z = "Z";
public const string W = "W";
}
but it would be great, if those would be already build in in same Namespace 🚀
Page URL
Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Numerics/Vector2.xml
Document Version Independent Id
cb627c62-5853-e375-b6a8-1bf5b8f35a9c
Platform Id
764f41aa-c7ca-092e-82cb-865f01ebc5d3