jeudi 5 avril 2012
Create user defined mod method in axapta
There is no inbuilt function to get mod of two values to we can create our own function to get mod by following way.
real UserDefinedMod(real x, real y)
{
;
return (x - ((trunc(x / y) * y)));
}
Aucun commentaire:
Enregistrer un commentaire
Article plus récent
Article plus ancien
Accueil
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire