Skip to content

Documentation Comments for IMultiplyOperators`3 mention division. #80521

@otac0n

Description

@otac0n

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.NumericsdocumentationDocumentation bug or enhancement, does not impact product or test codehelp wanted[up-for-grabs] Good issue for external contributors

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions