Udostępnij za pośrednictwem


* (Multiply) (MDX)

Performs an arithmetic operation that multiplies two numbers.

Składnia

Numeric_Expression * Numeric_Expression

Parametry

  • Numeric_Expression
    A valid Multidimensional Expressions (MDX) expression that returns a numeric value.

Wartość zwracana

A value with the data type of the parameter that has the higher precedence.

Uwagi

Both expressions must be of the same data type, or one expression must be able to be implicitly converted to the data type of the other expression. If one expression evaluates to a null value, the operator returns a null value.

Zobacz także

Odwołanie

MDX Operator Reference (MDX)