Click or drag to resize

FloatComplexVectorApply Method

Overload List
 NameDescription
Public methodApply(FuncFloatComplex, FloatComplex) 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(FuncFloatComplex, Single) 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(FuncFloatComplex, FloatComplex, FloatComplex, FloatComplex) 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 FloatComplex value.
Public methodApply(FuncFloatComplex, FloatComplex, FloatComplex, FloatComplexVector) 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(FuncFloatComplex, Int32, FloatComplex, 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