Overload List
Overload 1: MatrixInt MulAndAdd(TMtxInt X, TMtxVecInt Y, TMtxVecInt Z)
Compute X*Y + Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source TMtxInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | Z | TMtxVecInt | source TVecInt or TMtxInt |
Returns: MatrixInt
Overload 2: MatrixInt MulAndAdd(TMtxInt X, TMtxVecInt Y, TMtxVecInt Z, Int32 zScale)
Compute X*Y + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source TMtxInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | Z | TMtxVecInt | source TVecInt or TMtxInt |
| 4 | zScale | Int32 |
Returns: MatrixInt
Overload 3: MatrixInt MulAndAdd(TMtxInt X, TMtxVecInt Y, Int32 Z)
Compute X*Y + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source TMtxInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | Z | Int32 |
Returns: MatrixInt
Overload 4: MatrixInt MulAndAdd(TMtxInt X, TMtxVecInt Y, Int32 xyScale, TMtxVecInt Z)
Compute X*Y*xyScale + Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source TMtxInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | xyScale | Int32 | |
| 4 | Z | TMtxVecInt | source TVecInt or TMtxInt |
Returns: MatrixInt
Overload 5: MatrixInt MulAndAdd(TMtxInt X, Int32 Y, Int32 Z)
Compute (X*yScalar) + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source TMtxInt |
| 2 | Y | Int32 | |
| 3 | Z | Int32 |
Returns: MatrixInt
Overload 6: VectorInt MulAndAdd(TVecInt X, TMtxVecInt Y, TMtxVecInt Z)
Compute X*Y + Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | Z | TMtxVecInt | source TVecInt or TMtxInt |
Returns: VectorInt
Overload 7: VectorInt MulAndAdd(TVecInt X, TMtxVecInt Y, TMtxVecInt Z, Int32 zScale)
Compute X*Y + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | Z | TMtxVecInt | source TVecInt or TMtxInt |
| 4 | zScale | Int32 |
Returns: VectorInt
Overload 8: VectorInt MulAndAdd(TVecInt X, TMtxVecInt Y, Int32 Z)
Compute X*Y + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | Z | Int32 |
Returns: VectorInt
Overload 9: VectorInt MulAndAdd(TVecInt X, TMtxVecInt Y, Int32 xyScale, TMtxVecInt Z)
Compute X*Y*xyScale + Z
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | xyScale | Int32 | |
| 4 | Z | TMtxVecInt | source TVecInt or TMtxInt |
Returns: VectorInt
Overload 10: VectorInt MulAndAdd(TVecInt X, Int32 Y, Int32 Z)
Compute (X*yScalar) + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Y | Int32 | |
| 3 | Z | Int32 |
Returns: VectorInt
Overload 11: MatrixInt MulAndAdd(TMtxInt X, TMtxVecInt Y, Int32 xyScale, TMtxVecInt Z, Int32 zScale)
Compute (X*Y)*xyScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source TMtxInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | xyScale | Int32 | |
| 4 | Z | TMtxVecInt | source TVecInt or TMtxInt |
| 5 | zScale | Int32 |
Returns: MatrixInt
Overload 12: MatrixInt MulAndAdd(TMtxInt X, TMtxVecInt Y, Int32 xyScale, Int32 Z)
Compute (X*Y)*xyScale + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxInt | source TMtxInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | xyScale | Int32 | |
| 4 | Z | Int32 |
Returns: MatrixInt
Overload 13: VectorInt MulAndAdd(TVecInt X, TMtxVecInt Y, Int32 xyScale, TMtxVecInt Z, Int32 zScale)
Compute (X*Y)*xyScale + Z*zScale
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | xyScale | Int32 | |
| 4 | Z | TMtxVecInt | source TVecInt or TMtxInt |
| 5 | zScale | Int32 |
Returns: VectorInt
Overload 14: VectorInt MulAndAdd(TVecInt X, TMtxVecInt Y, Int32 xyScale, Int32 Z)
Compute (X*Y)*xyScale + zScalar
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TVecInt | source TVecInt |
| 2 | Y | TMtxVecInt | source TVecInt or TMtxInt |
| 3 | xyScale | Int32 | |
| 4 | Z | Int32 |
Returns: VectorInt