* Operator ("M" Reference)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

The * operator can function as either a binary or a multiplicity operator.

Operator Description

The binary * operator is predefined for the Number type and all its subtypes. It multiplies the two operands together and returns the result.

The multiplicity * operator is predefined for all types. When the * operator is located in the postfix position after a type, a collection of that type is created that can contain 0 or more members.