Shift Decimal
Shifts the decimal point of a numeric value. Us for turning prices into integers.
Definition
inputValue: string # Required
decimalPlaces: string # Required
outputName: string # Required
round: string
extracts: [
{
name: string
from: string
}
]
excludeLogs: [string]Returned Values
Examples
Tips for Using Shift Decimal
Last updated