Edit

Share via


UIntPtr.BigMul(UIntPtr, UIntPtr, UIntPtr) Method

Definition

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

Applies to