Macaulay2
»
Documentation
Packages
»
Macaulay2Doc
»
The Macaulay2 language
»
strings and nets
»
Net
»
height(Net)
next
|
previous
|
forward
|
backward
|
up
|
index
|
toc
height(Net) -- height of a net
Function:
height
Description
height n
-- the height of a net
n
.
The height of a net is the number of rows of characters it has above the baseline. It may be a negative number, but the depth plus the height is always the total number of rows, which is not negative.
See also
Net
-- the class of all nets and strings
depth
-- depth of an object
Ways to use this method:
height(Net)
-- height of a net
height(String)
The source of this document is in
Macaulay2Doc/ov_strings.m2:293:0
.