Vector2d.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(Double) |
Obsolete.
Multiply this instance by a scalar. |
Mult(Vector2d, Double) |
Obsolete.
|
Mult(Vector2d, Double, Vector2d) |
Obsolete.
|
Mult(Double)
Caution
Use static Multiply() method instead.
Multiply this instance by a scalar.
[System.Obsolete("Use static Multiply() method instead.")]
public void Mult (double f);
member this.Mult : double -> unit
Parameters
- f
- Double
Scalar operand.
- Attributes
Applies to
Mult(Vector2d, Double)
Mult(Vector2d, Double, Vector2d)
Caution
Use static Multiply() method instead.
[System.Obsolete("Use static Multiply() method instead.")]
public static void Mult (ref OpenTK.Vector2d a, double d, out OpenTK.Vector2d result);
static member Mult : * double * -> unit
Parameters
- a
- Vector2d
- d
- Double
- result
- Vector2d
- Attributes