Operator Multiply
| Improve this Doc View SourceMultiply(_Int32, _Int32)
Multiplies the two specified _Int32 objects.
Declaration
public static _Int32 operator *(_Int32 x, _Int32 y)
Parameters
Type | Name | Description |
---|---|---|
_Int32 | x | A _Int32 object. |
_Int32 | y | A _Int32 object. |
Returns
Type | Description |
---|---|
_Int32 | A _Int32 expression which contains the result. |