Vector<T>.Divide In Place Method
Divides a vector in-place by a constant.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A vector whose elements are the corresponding elements of the vector divided by factor.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Vector<T> DivideInPlace(
T factor
)
Parameters
- factor T
- A number.
Return Value
Vector<T>A vector whose elements are the corresponding elements of the vector divided by factor.