[[["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."],[[["Casts the input image to a 32-bit float."],["The function, `Image.float()`, returns a new Image object."],["This operation is applied to an existing image and modifies its data type."]]],["The core function casts an image's pixel values to a 32-bit float. The operation, accessible via `Image.float()`, takes an image as input (`value`) and returns a modified image. This action converts the data type of the image's pixels to a float. There are no other arguments required. The returned value is the converted image.\n"]]