Returns a new
CVector object, whose elements are the result of applying the specified complex function to the elements of this vector.
Syntax
Parameters
- function
- A delegate to a function that takes one complex parameter and returns a complex
Return Value
A new
CVector object with the same length as this vector, whose elements are the results of applying the specified
function to the elements of this vector.
Remarks
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also