From ed51d2783792cf3be619ec58a6096e010e8e3f4a Mon Sep 17 00:00:00 2001 From: Ratin Gao Date: Wed, 23 Apr 2025 16:14:28 +0800 Subject: [PATCH] Update nf-winnt-uint32x32to64.md --- sdk-api-src/content/winnt/nf-winnt-uint32x32to64.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sdk-api-src/content/winnt/nf-winnt-uint32x32to64.md b/sdk-api-src/content/winnt/nf-winnt-uint32x32to64.md index 277481b42e26..f1e5aee9ceb7 100644 --- a/sdk-api-src/content/winnt/nf-winnt-uint32x32to64.md +++ b/sdk-api-src/content/winnt/nf-winnt-uint32x32to64.md @@ -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. @@ -75,4 +79,4 @@ Please note that the function's return value is a 64-bit value, not a -Large Integers \ No newline at end of file +Large Integers