UInt24.CheckedMultiply Operator
Definition
Multiplies two values together to compute their product.
public static UInt24 operator CheckedMultiply(UInt24 left, UInt24 right);
Parameters
| Name | Type | Description |
|---|---|---|
| left | UInt24 | The value that right multiplies. |
| right | UInt24 | The value that multiplies left. |
Returns
The product of left multiplied by right.