Skip to content

Latest commit

 

History

History
52 lines (48 loc) · 946 Bytes

File metadata and controls

52 lines (48 loc) · 946 Bytes
title operator * | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
operator *
dev_langs
C++
helpviewer_keywords
* operator, syntax
* operator
multiplication operator [C++], syntax
arithmetic operators [C++], multiplication
operators [MASM], multiplication
ms.assetid 6a66521c-664f-41c3-8a77-5a948df1e9ad
caps.latest.revision 6
author corob-msft
ms.author corob
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

operator *

Returns expression1 times expression2.

Syntax

  
expression1 * expression2  

See Also

Operators Reference