Click or drag to resize

DoubleComplexVectorTransform Method

Overload List
 NameDescription
Public methodTransform(FuncDoubleComplex) Modifies the elements of this vector by applying the given no-argument function to each element.
Public methodTransform(FuncDoubleComplex, DoubleComplex) Modifies the elements of this vector by applying the given unary function to each element.
Public methodTransform(FuncDoubleComplex, DoubleComplex, DoubleComplex, DoubleComplex) Modifies the contents of this vector by applying the given binary function to each element. The first parameter to the binary function is the vector element; the second parameter is the passed DoubleComplex value.
Public methodTransform(FuncDoubleComplex, DoubleComplex, DoubleComplex, DoubleComplexVector) Modifies the contents of this vector by applying the given binary function to each element. The first parameter to the binary function is an element of self; the second parameter is the corresponding element of the passed vector.
Public methodTransform(FuncDoubleComplex, Int32, DoubleComplex, Int32) Modifies the contents of this vector by applying the given binary function to each element. The first parameter to the binary function is the vector element; the second parameter is the passed integer value.
Top
See Also