fractional property

double get fractional

Gets the fraction part

Implementation

double get fractional => this - this.truncateToDouble();