Click or drag to resize

DoubleComplexVectorApply Method

Overload List
 NameDescription
Public methodApply(FuncDoubleComplex, DoubleComplex) Returns a new vector with the same size as this vector, whose values are the result of applying the given unary function to each element of this vector.
Public methodApply(FuncDoubleComplex, Double) Returns a new vector with the same size as this vector, whose values are the result of applying the given unary function to each element of this vector.
Public methodApply(FuncDoubleComplex, DoubleComplex, DoubleComplex, DoubleComplex) Returns a new vector with the same size as this vector, whose values are the result of applying the given binary function to each element of this vector. The first parameter to the binary function is the vector element; the second parameter is the passed DoubleComplex value.
Public methodApply(FuncDoubleComplex, DoubleComplex, DoubleComplex, DoubleComplexVector) Returns a new vector with the same size as this vector, whose values are the result of applying the given binary function to each element of this vector. The first parameter to the binary function is an element of self; the second parameter is the corresponding element of the passed vector.
Public methodApply(FuncDoubleComplex, Int32, DoubleComplex, Int32) Returns a new vector with the same size as this vector, whose values are the result of applying the given binary function to each element of this vector. The first parameter to the binary function is the vector element; the second parameter is the passed integer value.
Top
See Also