Mat.opOpAssign

Returns this matrix * scalar

  1. void opOpAssign(float scalar)
    struct Mat(T, ulong n)
    @nogc pure nothrow
    void
    opOpAssign
    (
    string s
    )
    (
    const float scalar
    )
    if (
    s == "*"
    )
    if (
    n >= 2 &&
    isNumeric!T
    )
  2. void opOpAssign(Mat!(T, n) other)

Meta