+ 3
Aside * for multiplication, does it has another functions in C#?
2 Antworten
+ 1
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/multiplication-operator
Quote :
The * operator is supported in two forms: a unary pointer indirection operator or a binary multiplication operator.
So it used in multiplication and with pointers.
+ 1
oh ok tanx