Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Override operators #47

Open
Gillardo opened this issue Jul 4, 2020 · 2 comments
Open

Override operators #47

Gillardo opened this issue Jul 4, 2020 · 2 comments

Comments

@Gillardo
Copy link

Gillardo commented Jul 4, 2020

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.

@Gillardo
Copy link
Author

Gillardo commented Dec 2, 2020

Any news on this please?

@Bykiev
Copy link
Contributor

Bykiev commented Jun 16, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants