Примеры использования User-defined functions на Английском языке и их переводы на Русский язык
{-}
-
Official
-
Colloquial
The number of user-defined functions in a program is unlimited.
These operations are also usually included into corresponding user-defined functions.
User-defined functions must be described in any program.
This is a way to detach special, user-defined functions and the head part of a program.
User-defined functions are not called for execution by the client terminal.
Value of any global variable is available from any special and user-defined functions.
The arrangement of special and user-defined functions descriptions does not matter.
In Functions, we discuss the notion andproperties of built-in and user-defined functions.
An Expert Advisor can contain user-defined functions with the most diverse properties.
Control action(such as trading orders)can be executed both in special and user-defined functions.
All these operations can be put in separate user-defined functions: Trade(), Close_All() and Open_Ord.
The format and the execution rules of a function call cover both standard(built-in) and user-defined functions.
It is easy to verify that programming with user-defined functions has some incontestable advantages.
User-defined functions are executed when a call to that function is contained within some function. .
Previously, a warning would be emitted for invoking user-defined functions with too few arguments.
Thus, the application of user-defined functions has some incontestable advantages in the programming practice.
The outstanding feature of a normal program is its structure that allows your to easily use some user-defined functions or other.
In Figure 31 previous, our example contains only two user-defined functions, but a program can contain 10 or 500, or none.
Sadly, triggers cannot establish network connections andall black work should be done in user-defined functions- UDF.
The availability of many user-defined functions in a program allows you to create powerful and flexible algorithms to process information.
In blocks 2-4, other global variables are given,the sense of which will become clear upon considering the corresponding user-defined functions.
The language included modern looping control structures, user-defined functions, graphics, and access to the Macintosh Toolbox.
User-defined functions can be reused in different programs; there is no need to change the code of a user-defined function. .
A more complete program must contain a main analytical function, all other user-defined functions must be subordinate to it.
User-defined functions may also request for use the variable values of the client terminal information environment.
As a rule, a normal program contains all three special functions that call the necessary user-defined functions for execution.
Any user-defined functions are executed inside the execution of a special function that returns control to the client terminal.
We did not implement such features as transactions(currently AUTOCOMMIT by default) and user-defined functions it is necessary to deploy expressions explicitly.
User-defined functions are executed if called from special or other user-defined functions, but are never called by the client terminal.
Special functions are a block of calculations andare related to the information environment of the client terminal and user-defined functions.