Fixed.decimalPart

this returns |x| - ⌊|x|⌋, so it's always positive

  1. long decimalPart()
    struct Fixed(uint scale)
    nothrow const
    long
    decimalPart
    ()
  2. long decimalPart(long newDecimalPart)

Meta