Vector<T>.DivideInPlace Method
Divides a vector in-place by a constant.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
A vector whose elements are the corresponding elements of the vector divided by factor.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public Vector<T> DivideInPlace(
T factor
)
ParametersPermalink
- factor T
- A number.
Return ValuePermalink
Vector<T>A vector whose elements are the corresponding elements of the vector divided by factor.