Vector4.Div 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
Div(Single) |
Obsolete.
Divide this instance by a scalar. |
Div(Vector4, Single) | |
Div(Vector4, Single, Vector4) |
Div(Single)
Caution
Use static Divide() method instead.
Divide this instance by a scalar.
[System.Obsolete("Use static Divide() method instead.")]
public void Div (float f);
member this.Div : single -> unit
Parameters
- f
- Single
Scalar operand.
- Attributes