您要查找的是不是:
- function procedure termination 函数过程的终止
- Use a Function procedure when you need to return a value. 在需要返回值时可使用Function过程。
- The following example shows a Function procedure that defines two parameters. 下面的示例演示定义两个参数(parameter)的Function过程。
- termination of function procedure 函数过程终止
- Define the type conversion as a CType Function procedure within the class or structure. 将类型转换定义为类型或结构中的CType函数过程。
- To return an exit code, you must declare Main as a Function procedure instead of a Sub procedure. 若要返回退出代码,必须将Main过程声明为Function过程而不是Sub过程。
- Function procedure The function procedure is used if you want to return a value. 当你想返回值可以使用函数程序。
- Make sure recursive procedures terminate properly. 确保递归过程可正确终止。
- An expression must consist of a combination of variables, constants, literals, properties, and Function procedure calls. 一个表达式必须由变量、常数、文本、属性和Function过程调用的某个组合组成。
- The following Function procedure calculates the longest side, or hypotenuse, of a right triangle, and returns it to the calling code. 下面的Function过程计算一个直角三角形的最长边(或者说斜边),并将值返回给调用代码。
- The term, method, describes a Sub or Function procedure that is accessed from outside its defining module, class, or structure. 术语“方法”指可从其定义模块、类或结构外进行访问的Sub或Function过程。
- Function procedure returns an array data type, you cannot access the individual elements of the array within the function. 过程返回数组数据类型,则不能在函数内部访问数组的各个元素。
- The IsLoaded function is a sample Function procedure (Function procedure: A procedure that returns a value and that can be used in an expression. IsLoaded函数是“罗斯文”示例数据库中包含的示例函数过程(Function过程:返回一个值并可用于表达式的过程。
- A Function procedure returns a value to the calling code either by executing a Return statement or by encountering an Exit Function or End Function statement. Function过程通过执行Return语句,或在遇到Exit Function或End Function语句时,向调用代码返回一个值。
- Normally, a local variable in a procedure ceases to exist as soon as the procedure terminates. 通常,过程终止后,此过程中的局部变量将立即消失。
- This feature creates a new module containing a VBA Function procedure (Function procedure: A procedure that returns a value and that can be used in an expression. 此功能创建一个包含VBA Function过程(Function过程:返回一个值并可用于表达式的过程。
- In PL/1, a function procedure( programmer-specified or built-in), a procedure that is invoked by the appearance of one of its entry names in a function reference and which returns a value to the point reference. 在pl/语言中,一种函数过程(序员规定的或内部的)在引用函数时,出现一个函数过程名就调用一次过程,并返回一个值给引用点。
- In PL/1, a function procedure(programmer-specified or built-in), a procedure that is invoked by the appearance of one of its entry names in a function reference and which returns a value to the point reference. 在PL/1语言中,一种函数过程(程序员规定的或内部的),在引用函数时,出现一个函数过程名就调用一次过程,并返回一个值给引用点。
- A constant, variable, function name, or expression. 一种常数、变量、函数名或表达式。
- A tissue is a group of similar cells which have an identical general function. 组织是一组具有相同的一般机能的类似细胞。