Skip to content

Update nf-winnt-uint32x32to64.md #2005

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: docs
Choose a base branch
from
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-uint32x32to64.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ The first unsigned 32-bit integer for the multiplication operation.

The second unsigned 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/WinProg/large-integers">Large Integers</a>
<a href="/windows/desktop/WinProg/large-integers">Large Integers</a>