I have a use-case where I want to determine if an NSDecimalNumber in swift has a fractional component (other than 0). I can truncate the decimal portion, but that involves creating a new NSDecimalNumber and I would like to avoid that if possible.I have a use-case where I want to determine if