UIntPtr.BigMul(UIntPtr, UIntPtr, UIntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static UIntPtr BigMul(UIntPtr left, UIntPtr right, [Runtime::InteropServices::Out] UIntPtr % lower);
public static UIntPtr BigMul(UIntPtr left, UIntPtr right, out UIntPtr lower);
static member BigMul : unativeint * unativeint * unativeint -> unativeint
Public Shared Function BigMul (left As UIntPtr, right As UIntPtr, ByRef lower As UIntPtr) As UIntPtr
Parameters
- left
-
UIntPtr
unativeint
- right
-
UIntPtr
unativeint
- lower
-
UIntPtr
unativeint
Returns
UIntPtr
unativeint