You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.