C# *= Math Operator

amiedd
6,489 views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

C# *= Math Operator

The binary multiplication assignment operator. Cospaly, Code and Games - www.amiedd.com

C# *= Math Operator

The binary multiplication assignment operator.

The * operator is predefined for numeric types to do mathmatical multiplication. The *= operator can't be overloaded directly, but user-defined types can overload the * operator

Open Source Your Knowledge: become a Contributor and help others learn. Create New Content