Vector4i.max

Set the components of this vector to be the component-wise maximum of this and the other vector.

@param v the other vector @return this

  1. Vector4i max(Vector4i v)
    struct Vector4i
    ref return
    max
  2. Vector4i max(Vector4i v, Vector4i dest)

Meta