Skip to content

Returns: Operators

Maira Wenzel edited this page Apr 24, 2019 · 1 revision

The following table shows the boilerplate wording for return value descriptions within operator topics. The wording varies according to the operator type.

Operator type Return value wording Examples
Unary/binary operator A/The <generic description of type>. Type: System.Windows.Point
The point to translate.
Conversion operator A/The <generic description of type> that represents the converted <Type>. Type: System.Single
The single-precision floating-point number that represents the converted Decimal.

(You can also say: The converted Decimal.)

Note: If any of the return types in an operator is a primitive type, use the language-neutral phrase for it.