<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/cts.boxNorth.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>cts.boxNorth</api:function-name><api:suggest>cts.boxnorth</api:suggest><api:suggest>cts</api:suggest><api:suggest>boxnorth</api:suggest><api:function-link mode="xquery" fullname="cts:box-north">/apidoc/8.0/cts:box-north.xml</api:function-link><api:function mode="javascript" name="boxNorth" type="builtin" lib="cts" category="SearchBuiltins" subcategory="Geospatial Constructors" hidden="false" bucket="MarkLogic Built-In Functions" prefix="cts" namespace="http://marklogic.com/cts" fullname="cts.boxNorth"><api:summary>
  Returns a box's northern boundary.
</api:summary><api:params><api:param name="box" type="cts:box"><api:param-description>
     The box.
  </api:param-description><api:param-name>box</api:param-name><api:param-type>cts.box</api:param-type></api:param></api:params><api:return>Number</api:return><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
cts.boxNorth(cts.box(45, -122, 78, 30));
=&gt; 78
</pre></api:example></api:function></api:function-page>