decimals property

double get decimals

Implementation

double get decimals {
  return this - floor();
}