Overload List
Overload 1: function DivAndAdd(const X: TMtxInt; const Y: TMtxVecInt; const Z: TMtxVecInt): MatrixInt;
Overload 2: function DivAndAdd(const X: TMtxInt; const Y: TMtxVecInt; const Z: TMtxVecInt; zScale: Integer): MatrixInt;
Compute X/Y + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | Y | TMtxVecInt | |
| 3 | Z | TMtxVecInt | |
| 4 | zScale | Integer |
Returns: MatrixInt
Overload 3: function DivAndAdd(const X: TMtxInt; const Y: TMtxVecInt; Z: Integer): MatrixInt;
Overload 4: function DivAndAdd(const X: TMtxInt; const Y: TMtxVecInt; xyScale: Integer; const Z: TMtxVecInt): MatrixInt;
Compute X/Y*xyScale + Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | Y | TMtxVecInt | |
| 3 | xyScale | Integer | |
| 4 | Z | TMtxVecInt |
Returns: MatrixInt
Overload 5: function DivAndAdd(const X: TVecInt; const Y: TMtxVecInt; const Z: TMtxVecInt): VectorInt;
Overload 6: function DivAndAdd(const X: TVecInt; const Y: TMtxVecInt; const Z: TMtxVecInt; zScale: Integer): VectorInt;
Compute X/Y + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | Z | TMtxVecInt | |
| 4 | zScale | Integer |
Returns: VectorInt
Overload 7: function DivAndAdd(const X: TVecInt; const Y: TMtxVecInt; Z: Integer): VectorInt;
Overload 8: function DivAndAdd(const X: TVecInt; const Y: TMtxVecInt; xyScale: Integer; const Z: TMtxVecInt): VectorInt;
Compute X/Y*xyScale + Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | xyScale | Integer | |
| 4 | Z | TMtxVecInt |
Returns: VectorInt
Overload 9: function DivAndAdd(const X: TMtxInt; const Y: TMtxVecInt; xyScale: Integer; const Z: TMtxVecInt; zScale: Integer): MatrixInt;
Compute (X / Y)*xyScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | Y | TMtxVecInt | |
| 3 | xyScale | Integer | |
| 4 | Z | TMtxVecInt | |
| 5 | zScale | Integer |
Returns: MatrixInt
Overload 10: function DivAndAdd(const X: TMtxInt; const Y: TMtxVecInt; xyScale: Integer; Z: Integer): MatrixInt;
Compute (X / Y) * xyScale + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | |
| 2 | Y | TMtxVecInt | |
| 3 | xyScale | Integer | |
| 4 | Z | Integer |
Returns: MatrixInt
Overload 11: function DivAndAdd(const X: TVecInt; const Y: TMtxVecInt; xyScale: Integer; const Z: TMtxVecInt; zScale: Integer): VectorInt;
Compute (X / Y)*xyScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | xyScale | Integer | |
| 4 | Z | TMtxVecInt | |
| 5 | zScale | Integer |
Returns: VectorInt
Overload 12: function DivAndAdd(const X: TVecInt; const Y: TMtxVecInt; xyScale: Integer; Z: Integer): VectorInt;
Compute (X / Y) * xyScale + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | |
| 2 | Y | TMtxVecInt | |
| 3 | xyScale | Integer | |
| 4 | Z | Integer |
Returns: VectorInt