Overload List

  NameDescription
Apply(NMathFunctions..::.FloatComplexUnaryFunction)
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.
Apply(NMathFunctions..::.FloatComplexUnaryFunction2)
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.
Apply(Func<(Of <(FloatComplex, 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.
Apply(NMathFunctions..::.FloatComplexBinaryFunction, 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.
Apply(NMathFunctions..::.FloatComplexBinaryFunction, 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.
Apply(NMathFunctions..::.FloatComplexIntFunction, 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.

See Also