Returns the minimum value of the PixelType.
(self)
| 115 | return apifunction.ApiFunction.call_(self.name() + '.maxValue', self) |
| 116 | |
| 117 | def minValue(self) -> ee_number.Number: |
| 118 | """Returns the minimum value of the PixelType.""" |
| 119 | |
| 120 | return apifunction.ApiFunction.call_(self.name() + '.minValue', self) |
| 121 | |
| 122 | def precision(self) -> ee_string.String: |
| 123 | """Returns the precision of the PixelType. |