Manuals/calci/EXTENT

From ZCubes Wiki
Revision as of 17:06, 11 July 2017 by Devika (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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