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