Overload List
| # | Signature | Description |
|---|---|---|
| 1 | MatrixInt Add(TMtxInt X, TMtxVecInt Y, TMtxVecInt Z) | Result = X + Y + Z |
| 2 | MatrixInt Add(TMtxInt X, TMtxVecInt Y, Int32 Z) | Result = X + Y + zScalar |
| 3 | VectorInt Add(TVecInt X, TMtxVecInt Y, TMtxVecInt Z) | Result = X + Y + Z |
| 4 | VectorInt Add(TVecInt X, TMtxVecInt Y, Int32 Z) | Result = X + Y + zScalar |
Overload 1: MatrixInt Add(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 Add(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 3: VectorInt Add(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 4: VectorInt Add(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