|
|
|
| Release 4.0 |
 |
Predefined Functions - vector
| Function name: | vector - Return vector datatype from three real arguments |
| Synopsis: | vector(x,y,z) |
| Input data type |
Output data type |
| real,real,real |
vector |
Description:
Creates a vector from three real numbers. The different vector components will be initialized to the parameters.
|