Vector.opBinary

Define Dot Product

  1. Vector opBinary(Vector rhs)
  2. Vector opBinary(T rhs)
  3. T opBinary(Vector rhs)
    struct Vector(T, size_t dim_)
    nothrow @nogc pure const
    T
    opBinary
    (
    string op
    )
    (
    auto ref const Vector rhs
    )
    if (
    op == "*"
    )
    if (
    __traits(isFloating, T)
    )
  4. Vector opBinary(Vector rhs)

Meta