MultiplyWithContainerElements (1)
Multiply each container element with a value.
Syntax
Definition:
HRESULT MultiplyWithContainerElements(
HRESULT hrPrev,
double fValue,
ITcVnContainer* ipContainer
)Parameters
|
Name |
Type |
Description |
|---|---|---|
|
hrPrev |
HRESULT indicating the result of previous operations (If SUCCEEDED(hrPrev) equals false, no operation is executed.) | |
|
fValue |
double |
Value |
|
ipContainer |
Container with 1-dimensional elements |
Required License
TC3 Vision Base
Return value