Update documentation for System.Numerics.Vector<T>
to be more explicit.
#23283
Labels
area-System.Numerics
documentation
Documentation bug or enhancement, does not impact product or test code
good first issue
Issue should be easy to implement, good for first-time contributors
help wanted
[up-for-grabs] Good issue for external contributors
Milestone
This was raised in the dotnet/corefx gitter channel.
It is not currently clear from the documentation that the types exposed by the
System.Numerics.Vectors
assembly are not meant for general purposeVector
operations and that the types are heavily tied to the underlying hardware.The documentation for this could be greatly improved.
Some types, such as
Vector<T>
should have explicit (and readily visible) documentation that its element count is limited toVector<T>.Count
, and that certain methods (such as the Vector(T[]) constructor) will only use the firstVector<T>.Count
elements and ignore the remaining.The text was updated successfully, but these errors were encountered: