Nome

ST_MinPossibleValue — Returns the minimum value this pixeltype can store.

Sinossi

integer ST_MinPossibleValue(text pixeltype);

Description

Returns the minimum value this pixeltype can store.

Esempi

Code
SELECT ST_MinPossibleValue('16BSI');
Output
-32768
Code
SELECT ST_MinPossibleValue('8BUI');
Output
0

Si veda anche

ST_BandPixelType