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