I created a C # API in azure where it returns an array by passing the following faces:
tccapiwebservice.azurewebsites.net/api/Algoritimos/PostAlgoritimo?_funcobjetiva=5,00;3,50&_maxmin=true&_restricoes=1,5;1.1;0.0;1&_sinalres=2;2;2&_valoruni=400;150;300&_tipo=true
This version is the same one that is running in my local, but when I pass the same parameters to the local API it brings me different results, it follows the same ones:
API azure (unexpected result)
I do not know why they are giving different results.