[[["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."],[[["The `floor()` function calculates and returns the largest integer less than or equal to the provided input number."],["It works with both positive and negative numbers, returning the nearest integer in the direction of negative infinity."],["Usage involves calling `ee.Number(input).floor()` where 'input' is the number you want to apply the floor function to."],["The function is available in both the JavaScript and Python Earth Engine APIs."]]],[]]