L.6.1.12 N-ary Object

The n-ary object consists of an n-ary character, a base (or operand), and optional upper and lower limits, as in:

Example XML (third n-ary object only):

<m:oMathPara>
  <m:oMath>
    <m:nary>
      <m:naryPr>
        <m:chr m:val="∏" />
        <m:limLoc m:val="undOvr" />
      </m:naryPr>
      <m:sub>
        <m:r>
          <m:t>k=1</m:t>
        </m:r>
      </m:sub>
      <m:sup>
        <m:r>
          <m:t>n</m:t>
        </m:r>
      </m:sup>
      <m:e>
        <m:sSub>
          <m:e>
            <m:r>
              <m:t>A</m:t>
            </m:r>
          </m:e>
          <m:sub>
            <m:r>
              <m:t>k</m:t>
            </m:r>
          </m:sub>
        </m:sSub>
      </m:e>
    </m:nary>
  </m:oMath>
</m:oMathPara>

The components of an n-ary object are as follows:

image

Other properties of the n-ary object are:

Last updated on