Function getDecimalLength

小数点以下の桁数

getDecimalLength(1.23); // 2
  • Parameters

    • value: number

    Returns number

    number