Click or drag to resize

VectorMathAddScaled Method

Overload List
 NameDescription
Public methodStatic memberAddScaled(Double, Double, Double, Double) Adds (elementwise) two vectors a and (b scaled with scaleb) and stores the result in c, i.e. c = a + b * scaleb. All vectors must have the same length. The vectors a or b may be identical (the same instance) as c.
Public methodStatic memberAddScaled(Int32, Int32, Int32, Int32) Adds (elementwise) two vectors a and (b scaled with scaleb) and stores the result in c, i.e. c = a + b * scaleb. All vectors must have the same length. The vectors a or b may be identical (the same instance) as c.
Public methodStatic memberAddScaled(IReadOnlyListDouble, IReadOnlyListDouble, Double, IVectorDouble) Adds (elementwise) two vectors a and (b scaled with scaleb) and stores the result in c, i.e. c = a + b * scaleb. All vectors must have the same length. The vectors a or b may be identical (the same instance) as c.
Public methodStatic memberAddScaled(IReadOnlyListSingle, IReadOnlyListSingle, Single, IVectorSingle) Adds (elementwise) two vectors a and (b scaled with scaleb) and stores the result in c, i.e. c = a + b * scaleb. All vectors must have the same length. The vectors a or b may be identical (the same instance) as c.
Public methodStatic memberAddScaled(Single, Single, Single, Single) Adds (elementwise) two vectors a and (b scaled with scaleb) and stores the result in c, i.e. c = a + b * scaleb. All vectors must have the same length. The vectors a or b may be identical (the same instance) as c.
Top
See Also