❔ cs0193

ZDNGSWZixZax der nicht ganz so Weise1/17/2023
Hey i am new to c# and got this error i cant finde a way to fix ist
Image
AAngius1/17/2023
What do you think that first * does?
ZDNGSWZixZax der nicht ganz so Weise1/17/2023
multiply ?
AAngius1/17/2023
With what?
AAngius1/17/2023
There's nothing to the left of it
AAngius1/17/2023
Just another parameter of that method, as the comma would imply
ZDNGSWZixZax der nicht ganz so Weise1/17/2023
okay i deleated the * so now ther is no convertation possibel
AAngius1/17/2023
Well, you must ensure the types match
AAngius1/17/2023
If the method wants an int you need to give it an int
AAngius1/17/2023
Not a bool or a string
AAngius1/17/2023
So take a look at the error, and which thing has mismatched types
AAccord1/18/2023
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.