Click or drag to resize

VectorMathDivide Method

Overload List
 NameDescription
Public methodStatic memberDivide(Double, IVectorDouble) Sets the element of the vector to the result of scalar x divided by each element y[i].
Public methodStatic memberDivide(Double, Double) Sets the element of the vector to the result of scalar x divided by each element y[i].
Public methodStatic memberDivide(Int32, Int32) Sets the element of the vector to the result of scalar x divided by each element y[i].
Public methodStatic memberDivide(Single, IVectorSingle) Sets the element of the vector to the result of scalar x divided by each element y[i].
Public methodStatic memberDivide(Single, Single) Sets the element of the vector to the result of scalar x divided by each element y[i].
Top
See Also