Determines the result type after adjusting decimals based on the input type T.
T
undefined
number
BigDecimal
Determines the result type after adjusting decimals based on the input type
T
.T
isundefined
, the result isundefined
.T
is anumber
, the result is anumber
.BigDecimal
.