IntPtr.BigMul(IntPtr, IntPtr, IntPtr) 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 IntPtr BigMul(IntPtr left, IntPtr right, [Runtime::InteropServices::Out] IntPtr % lower);
public static IntPtr BigMul(IntPtr left, IntPtr right, out IntPtr lower);
static member BigMul : nativeint * nativeint * nativeint -> nativeint
Public Shared Function BigMul (left As IntPtr, right As IntPtr, ByRef lower As IntPtr) As IntPtr
Parameters
- left
-
IntPtr
nativeint
- right
-
IntPtr
nativeint
- lower
-
IntPtr
nativeint
Returns
IntPtr
nativeint