[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Transforms image data to 64-bit floating-point representation."],["The method operates directly on the input image and returns the modified image."],["Useful for calculations requiring higher precision."]]],["The function converts an input image to a 64-bit floating-point representation. It operates on an `Image` object, designated as the `value` argument. The operation, denoted as `Image.double()`, is applied directly to the input image. The function returns a new `Image` object with the data type changed to 64-bit float.\n"]]