Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.52 KB

File metadata and controls

51 lines (41 loc) · 1.52 KB
title * (Multiply) (DMX) | Microsoft Docs
ms.custom
ms.date 03/02/2016
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
analysis-services/data-mining
ms.tgt_pltfrm
ms.topic language-reference
dev_langs
DMX
helpviewer_keywords
* (multiply operator)
multiply operator (*)
ms.assetid cfab1581-7818-427b-b8b2-cec0b5e3a0cd
caps.latest.revision 12
author Minewiskan
ms.author owend
manager erikre

* (Multiply) (DMX)

[!INCLUDEtsql-appliesto-ss2008-xxxx-xxxx-xxx_md]

Performs an arithmetic operation that multiples one number by another number.

Syntax

  
Numeric_Expression * Numeric_Expression  

Parameters

Numeric_Expression
A valid Data Mining Extensions (DMX) expression that returns a numeric value.

Return Value

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

Remarks

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.

See Also

Arithmetic Operators (DMX)
Data Mining Extensions (DMX) Operator Reference
Operators (DMX)