[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-10 UTC."],[[["The `TO_DOUBLE` function converts strings or integers into double data types."],["Supported data types for the `TO_DOUBLE` function include integers, JSON, and strings."],["You can convert a string to a double using the syntax `$var1$.TO_DOUBLE()`, as demonstrated with the string \"2.5\" being converted to the double 2.5."],["Similarly, integers can be converted to doubles; for instance, the integer 22 becomes the double 22.0 when using `$var1$.TO_DOUBLE()`."]]],[]]