Microsoft_MVP_banner

Round() function for SEAL and FLOOR values in X++

static void SealORFloorValues(Args _args)
{
AmountMst amount;
amount = 2.4;
print round(amount, 1);
pause;
}
// if value is 2.5 then it will print 3
// if value if 2.4 then it will pront 2

Share:

Send Us A Message

Leave a Reply

Your email address will not be published. Required fields are marked *

FaisalFareed@2025. All rights reserved

Design by T3chDesigns