Overload List
Overload 1: procedure CreateIt(out a: TOpenCLMatrix);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TOpenCLMatrix |
Result: stored in self (calling object)
Overload 2: procedure CreateIt(out a: TOpenCLMatrix; out b: TOpenCLMatrix);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TOpenCLMatrix | |
| 2 | b | TOpenCLMatrix |
Result: stored in self (calling object)
Overload 3: procedure CreateIt(out a: TOpenCLMatrix; out b: TOpenCLMatrix; out c: TOpenCLMatrix);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TOpenCLMatrix | |
| 2 | b | TOpenCLMatrix | |
| 3 | c | TOpenCLMatrix |
Result: stored in self (calling object)
Overload 4: procedure CreateIt(out a: TOpenCLMatrix; out b: TOpenCLMatrix; out c: TOpenCLMatrix; out d: TOpenCLMatrix);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TOpenCLMatrix | |
| 2 | b | TOpenCLMatrix | |
| 3 | c | TOpenCLMatrix | |
| 4 | d | TOpenCLMatrix |
Result: stored in self (calling object)
Overload 5: procedure CreateIt(out a: TOpenCLVector);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TOpenCLVector |
Result: stored in self (calling object)
Overload 6: procedure CreateIt(out a: TOpenCLVector; out b: TOpenCLVector);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TOpenCLVector | |
| 2 | b | TOpenCLVector |
Result: stored in self (calling object)
Overload 7: procedure CreateIt(out a: TOpenCLVector; out b: TOpenCLVector; out c: TOpenCLVector);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TOpenCLVector | |
| 2 | b | TOpenCLVector | |
| 3 | c | TOpenCLVector |
Result: stored in self (calling object)
Overload 8: procedure CreateIt(out a: TOpenCLVector; out b: TOpenCLVector; out c: TOpenCLVector; out d: TOpenCLVector);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | a | TOpenCLVector | |
| 2 | b | TOpenCLVector | |
| 3 | c | TOpenCLVector | |
| 4 | d | TOpenCLVector |
Result: stored in self (calling object)