-
Hi ! Is there a modulo operator in *.slint syntax ? So that something like 10 % 9 returns 1 (the remainder of the division). I've been looking searching in the documentation, but I did not manage to find if it is defined somewhere. |
Beta Was this translation helpful? Give feedback.
Answered by
loloof64
Dec 19, 2023
Replies: 1 comment 1 reply
-
Sorry, I've just found from the Intellisense in my Vs Code editor, that there's a "mod(value, divisor)" function already. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
loloof64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I've just found from the Intellisense in my Vs Code editor, that there's a "mod(value, divisor)" function already.