Difference between revisions of "Manuals/calci/EXTENT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div style="font-size:30px">'''EXTENT () '''</div><br/> ==Description== *This function corresponds to the EXTENT attribute. *In <math>EXTENT()</math>,the parameter are array ...")
(No difference)

Revision as of 17:06, 11 July 2017

EXTENT ()


Description

  • This function corresponds to the EXTENT attribute.
  • In ,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