Data ModelingFunction ListintOn this pageintConverts a value to an integer number. Syntax int(<expr>) ParameterTypeDescriptionexpranyThe expression to evaluate. Return values Integer Usage Converts order total price to an integer for numeric calculations. int(orders.total_price) Related functions ceiling convert abs