.NET Matrix Library
ApplyFunction Method
See Also  Send Feedback



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

Overload List

OverloadDescription
ApplyFunction(DoubleFunction2Dbl2Int,Double,Int32)Returns a new Vector object, whose elements are the result of applying the specified double function to the element of this vector.  
ApplyFunction(DoubleFunction1Dbl2Int,Int32)Returns a new Vector object, whose elements are the result of applying the specified double function to the element of this vector.  
ApplyFunction(DoubleFunction1Dbl1Int,Int32)Returns a new Vector object, whose elements are the result of applying the specified double function to the element of this vector.  
ApplyFunction(DoubleFunction2Dbl,Double)Returns a new Vector object, whose elements are the result of applying the specified double function to the element of this vector.  
ApplyFunction(DoubleFunction1Dbl)Returns a new Vector object, whose elements are the result of applying the specified double function to the element 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