.NET Matrix Library
ApplyFunction Method
See Also  Send Feedback



Returns a new CVector object, whose elements are the result of applying the specified complex function to the elements of this vector. Returns a new CVector object, whose elements are the result of applying the specified complex function to the elements of this vector.

Overload List

OverloadDescription
ApplyFunction(ComplexFunction2Cmp2Int,Complex,Int32)Returns a new CVector object, whose elements are the result of applying the specified complex function to the elements of this vector.  
ApplyFunction(ComplexFunction1Cmp2Int,Int32)Returns a new CVector object, whose elements are the result of applying the specified complex function to the elements of this vector.  
ApplyFunction(ComplexFunction1Cmp1Int,Int32)Returns a new CVector object, whose elements are the result of applying the specified complex function to the elements of this vector.  
ApplyFunction(ComplexFunction2Cmp,Complex)Returns a new CVector object, whose elements are the result of applying the specified complex function to the elements of this vector.  
ApplyFunction(ComplexFunction1Cmp)Returns a new CVector object, whose elements are the result of applying the specified complex function to the elements of this vector.  

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

.NET Matrix Library