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 provides wording guidelines and boilerplate text for Summary sections in operator pages. For guidelines about documenting overloaded operators, see Overloaded member.
Item
Wording
Examples
Unary/binary operator; for example, + operator
<Begin with a present-tense verb.>
Unit+ operator summary: Adds a value to a Unit.
Conversion operator
Converts a <Type> to a <Type>.
Note: If one type is a primitive, use the language-neutral phrase for it.
Decimal to 32-bit integer conversion summary: Converts a decimal to a 32-bit signed integer.