Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion sdk-api-src/content/winnt/nf-winnt-int32x32to64.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ The first signed 32-bit integer for the multiplication operation.

The second signed 32-bit integer for the multiplication operation.

## -returns

The value of the product.

## -remarks

This function is implemented on all platforms by optimal inline code: a single multiply instruction that returns a 64-bit result.
Expand All @@ -75,4 +79,4 @@ Please note that the function's return value is a 64-bit value, not a



<a href="/windows/desktop/api/winnt/nf-winnt-uint32x32to64">UInt32x32To64</a>
<a href="/windows/desktop/api/winnt/nf-winnt-uint32x32to64">UInt32x32To64</a>