1
vote
Lightweight way of flooring an NSDecimal?
NSDecimal result;
NSDecimalRound(&result, &decimal, 0, NSRoundDown);
(not tested)
…
2
votes
