Computes the cosine of the elements of a vector in-place.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Vector<T> CosInPlace()
Public Function CosInPlace As Vector(Of T)
public:
Vector<T>^ CosInPlace()
member CosInPlace : unit -> Vector<'T>
Return Value
Type:
VectorTThe current vector whose elements
are replaced by their cosine.
Numerical Libraries
Supported in: 6.0
Reference