decimals property

double decimals

Implementation

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