dotnet / dotnet/dotnet-api-docs
Vector Division: More Info Needed
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
What is vector division? Saying "The Division method defines the division operation for Vector<T> objects." doesn't tell us anything. When you look up the word division in a dictionary, the last thing you expect to see is the word "division" as the definition.
Is this element wise division where "result[i] == (left[i] / right[i])"? Or, is it something else? I would hope that this is element wise division, but I don't know that. And, if it is element wise division, what happens when the number of elements don't match?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 402fa650-12cc-c9a2-30cd-8dcf2ff08b2c
* Version Independent ID: 68896e6d-e027-5b92-e0e7-432526ec091d
* Content: [Vector<T>.Division(Vector<T>, Vector<T>) Operator (System.Numerics)](https://docs.microsoft.com/en-us/dotnet/api/system.numerics.vector-1.op_division?view=netcore-2.1)
* Content Source: [xml/System.Numerics/Vector`1.xml](https://github.com/dotnet/dotnet-api-docs/blob/master/xml/System.Numerics/Vector`1.xml)
* Product: **dotnet-api**
* GitHub Login: @dotnet-bot
* Microsoft Alias: **dotnetcontent**
Contributor guide
Assessment
This issue has not been assessed yet.