significandLength property

int get significandLength

Significand Length

It is the number of digits of the significand of this number, (The number without the trailing zeros). When zero the method returns 1

Implementation

int get significandLength => significandString.length;