toUnit abstract method

double toUnit(
  1. int decimals
)

Converts this Uint256 to a double giving the decimals.

Returns an double

Implementation

double toUnit(int decimals);