Vector |
| Name | Description | |
|---|---|---|
| Multiply(Vector4, Vector4) | Creates a new Vector4 that contains a multiplication of two vectors. | |
| Multiply(Vector4, Double) | Creates a new Vector4 that contains a multiplication of Vector4 and a scalar. | |
| Multiply(Vector4, Vector4, Vector4) | Creates a new Vector4 that contains a multiplication of two vectors. | |
| Multiply(Vector4, Double, Vector4) | Creates a new Vector4 that contains a multiplication of Vector4 and a scalar. |