public dot(other as Vector<NUMBER>) as Double:
Computes the dot product with another vector.
other
Dot product as Double.
Double
value = Vector<Double>(1.0, 2.0).dot(Vector<Double>(3.0, 4.0))