Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » strings and nets » Net » width(Net)
next | previous | forward | backward | up | index | toc

width(Net) -- width of a net

Description

width n -- the width of a net n.

The width of a net is the length of its longest row, if any, else 0.
i1 : "a c" || "-" || "adsf"

o1 = a c
     -
     adsf
i2 : width oo

o2 = 4

See also

Ways to use this method:


The source of this document is in Macaulay2Doc/ov_strings.m2:306:0.