DPL StudioDPL Studio GuideAppendix B: Supported FunctionsConversion FunctionsToShortOn this pageToShortToShort Function Converts the input number to a 2-byte integer. Syntax ToShort(scalar Value) Arguments ArgumentDescriptionscalar ValueNumber to be converted Examples: ToShort(1.6578454) Returns the value as short data type.