📄 pbhspage1.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>LowerBound</title>
<style type="text/css">
<!--
td { font-family: "宋体", "Arial", "MS Sans Serif"; font-size: 9pt}
body { font-family: "宋体", "Arial", "MS Sans Serif"; font-size: 9pt}
.mytd { line-height: 13pt}
a {text-decoration:none}
a:hover {color: red;text-decoration:underline,target="window_name"}
-->
</style>
</head>
<body>
<ul>
<li><b>LowerBound()</b><br>
LowerBound()功能得到指定数组第n维的下界。<br>
语法LowerBound ( array {, n } )<br>
参数array:数组名n:数值类型,可选项,指定要得到数组哪一维的下界。缺省值为1返回值Long。函数执行成功时返回array数组第n维的下界。如果n的值超过了指定数组的最大维数,那么该函数返回-1。如果任何参数的值为NULL,LowerBound()函数返回NULL。
<hr>
</li>
<li><b> UpperBound()</b><br>
UpperBound()功能得到指定数组第n维的上界。<br>
语法UpperBound( array {, n } )<br>
参数array:数组名n:数值类型,可选项,指定要得到数组哪一维的上界。缺省值为1
返回值Long。函数执行成功时返回array数组第n维的上界。如果n的值超过了指定数组的最大维数,那么该函数返回-1。如果任何参数的值为NULL,UpperBound()函数返回NULL。</li>
</ul>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p align="center">PB编程地带 <font color="#0000FF">版权所有</font></p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -