Description
The return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
The product of <paramref name="left" /> divided-by <paramref name="right" />.
It should read
The product of <paramref name="left" /> multiplied-by <paramref name="right" />.
Reproduction Steps
None, this is a documentation issue.
Expected behavior
The return value should be documented as:
The product of <paramref name="left" /> multiplied-by <paramref name="right" />.
Actual behavior
The return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
The product of <paramref name="left" /> divided-by <paramref name="right" />.
Regression?
No response
Known Workarounds
None.
Configuration
No response
Other information
No response
Description
The return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
It should read
Reproduction Steps
None, this is a documentation issue.
Expected behavior
The return value should be documented as:
Actual behavior
The return value of both the checked and unchecked operators of the IMultiplyOperators`3 interface are documented as:
Regression?
No response
Known Workarounds
None.
Configuration
No response
Other information
No response