IntPtr.IMultiplyOperators<IntPtr,IntPtr,IntPtr>.Multiply Operator

Definition

Multiplies two values together to compute their product.

static IntPtr IMultiplyOperators<IntPtr,IntPtr,IntPtr>.operator * (IntPtr left, IntPtr right);

Parameters

left
IntPtr

The value that right multiplies.

right
IntPtr

The value that multiplies left.

Returns

IntPtr

The product of left multiplied by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9