Chill Work Ambience 😎
I had a good feeling about these few days focusing on MOOVPAD goals, and I wasn't disappointed. It's been a little difficult getting through the most recent issues with the first compound gauge, ngl. But the solution ended up being kinda simple, and I hope you enjoy this awesome release from the team at Chill Music Lab while we see the results 🙂
Problem Solved
So here's what turned out to be the problem. In maths, when you want to find a percentage and you have two numbers, you use a formula like this:
percent = (number one / number two) x 100
But C# steps in and goes "tf you think you're doing dude? Nope, imma complicate your $#!@ for no reason". And then outputs nothing until the result is a multiple of 100%.
The solution was to use a syntax like this:
percent = Decimal.Divide(n1, n2) * 100
Because C# is messing with my mentals, basically.
Tbh, it comes down to my own inexperience with things like that. But I learned my lesson. And as you can see from the screen captures, the problem has been solved, and I'm very grateful I came across people more experienced, with better solutions, before I lost my mind completely 🙂
Stay awesome,
EMH
HOW MOOVPAD IS BEING BUILT
For the overview of how MOOVPAD apps are being developed, the reasoning behind particular decisions during development, policies, links to the science and research at the core of MOOVPAD, and more in relation to all the technical things, please see the link to the left.
This will be an ongoing work in progress, and will always be linked to the bottom of each upcoming Blog post.