Vector |
Name | Description | |
---|---|---|
![]() ![]() | Divide(Double, IVectorDouble) | Sets the element of the vector to the result of scalar x divided by each element y[i]. |
![]() ![]() | Divide(Double, Double) | Sets the element of the vector to the result of scalar x divided by each element y[i]. |
![]() ![]() | Divide(Int32, Int32) | Sets the element of the vector to the result of scalar x divided by each element y[i]. |
![]() ![]() | Divide(Single, IVectorSingle) | Sets the element of the vector to the result of scalar x divided by each element y[i]. |
![]() ![]() | Divide(Single, Single) | Sets the element of the vector to the result of scalar x divided by each element y[i]. |