exponent property

int? exponent
final

An exponent to the base of ten.

For instance, 2E-2 has an exponent of -2.

Implementation

final int? exponent;