Search Results

1
vote

Lightweight way of flooring an NSDecimal?

NSDecimal result; NSDecimalRound(&result, &decimal, 0, NSRoundDown); (not tested) …
2
votes

How to provide something like nil to this parameter?

A null C pointer is simply NULL. …