Vector2.Mult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Mult(Vector2, Single) |
Obsolete.
|
Mult(Vector2, Single, Vector2) |
Obsolete.
|
Mult(Single) |
Obsolete.
Multiply this instance by a scalar. |
Mult(Vector2, Single)
Mult(Vector2, Single, Vector2)
Mult(Single)
Caution
Use static Multiply() method instead.
Multiply this instance by a scalar.
[System.Obsolete("Use static Multiply() method instead.")]
public void Mult (float f);
member this.Mult : single -> unit
Parameters
- f
- Single
Scalar operand.
- Attributes