480 bytes added
, 22:06, 11 July 2017
<div style="font-size:30px">'''EXTENT () '''</div><br/>
==Description==
*This function corresponds to the EXTENT attribute.
*In <math>EXTENT()</math>,the parameter are array of values.
*So this function is an extent of an array field or variable as an value.
*Here it is showing the minimum and maximum value of the given array.
*It is including zero and decimal values.
*This function is not included any special characters.
==Examples==
1.EXTENT([[14,-20],[15,18]]) = -20 18