|
View Inside SumFD:
|
|
Adds input vectors after multiplying each vector with a dynamic factor.
C++ type
|
name
|
value
|
description
|
Parameters
|
none
|
Inputs
|
double
|
f1
|
|
|
double
|
f2
|
|
|
double
|
s1
|
1.0
|
Factor by which f1 is to be multiplied
|
double
|
s2
|
1.0
|
Factor by which f2 is to be multiplied
|
Outputs
|
double
|
sum
|
|
f1*s1+f2*s2
|
|