Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 559 Bytes

operator-multiply.md

File metadata and controls

20 lines (15 loc) · 559 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator *
operator *
12/17/2019
operator *
* operator, syntax
* operator
multiplication operator [C++], syntax
arithmetic operators [C++], multiplication
operators [MASM], multiplication
6a66521c-664f-41c3-8a77-5a948df1e9ad

operator *

Returns expression1 times expression2.

Syntax

expression1 * expression2

See also

Operators reference
MASM BNF Grammar