Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 503 Bytes

operator-mod.md

File metadata and controls

20 lines (15 loc) · 503 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator MOD
operator MOD
12/17/2019
Mod
operator MOD
Mod operator
operator MOD
8e05e8c2-3f07-44f9-8216-5436dcb97cc7

operator MOD

Returns the integer value of the remainder (modulo) when dividing expression1 by expression2.

Syntax

expression1 MOD expression2

See also

Operators reference
MASM BNF Grammar