Go to the source code of this file.
Namespaces | |
| namespace | _u |
class embedded | |
| namespace | v |
Sometimes you see this. | |
| namespace | _t |
A class. | |
| namespace | _t::i |
a nested class with a function | |
Functions | |
| f () | |
| Identity function. | |
| _u::f (x) | |
| v::g (x) | |
| _t::f (x) | |
| classed function | |
| _t::i::h (x) | |
| g () | |
| i (x) | |
| dotproduct (x, y) | |
| dotproductloop (x, y) | |
Variables | |
| x = 42 | |
| Comments starting with a double slash are processed. | |
| y = "\"}" "\\" | |
| _u::g = 42 | |
| _t::g = 42 | |
| classed static | |
| trade | |
Compute the dot product of 2 arrays
| x | an array | |
| y | another array |
Definition at line 59 of file example2.q.
| f | ( | ) |
| g | ( | ) |
| i | ( | x | ) |
Identity function.
| x | a value |
Definition at line 53 of file example2.q.
References x.
([] time : `time$(); sym : `symbol$(); price : `float$(); size : `int$() )
A table of trades
Definition at line 85 of file example2.q.
| x = 42 |
Comments starting with a double slash are processed.
a global variable
Definition at line 14 of file example2.q.
| y = "\"}" "\\" |
Definition at line 16 of file example2.q.
1.6.3