- Notifications
You must be signed in to change notification settings - Fork1.6k
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 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 convertedDecimal. (You can also say: The convertedDecimal.) |
Note: If any of the return types in an operator is a primitive type, use the language-neutral phrase for it.