Skip to content

Returns: Operators

Maira Wenzel edited this pageApr 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 typeReturn value wordingExamples
Unary/binary operatorA/The <generic description of type>.Type: System.Windows.Point
The point to translate.
Conversion operatorA/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.