Skip to content

UInt24.Multiply Operator

Definition

Multiplies two values together to compute their product.

public static UInt24 operator Multiply(UInt24 left, UInt24 right);

View source

Parameters

Name Type Description
left UInt24 The value that right multiplies.
right UInt24 The value that multiplies left.

Returns

UInt24

The product of left multiplied by right.