You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot find anything on this but can someone please tell me if it's possible to override the operators? I want to be able to check when + - / * > >= < <= are performed if one of the parameters is null and thus handle it.
The text was updated successfully, but these errors were encountered:
Hi, I don't think it's a good idea to override default implementation of such operators, the preferred way is using if function and handle your logic here. Maybe you can provide some more samples when it will be helpful?
I cannot find anything on this but can someone please tell me if it's possible to override the operators? I want to be able to check when + - / * > >= < <= are performed if one of the parameters is null and thus handle it.
The text was updated successfully, but these errors were encountered: