Division(Vector2,Single) Operator
In This Topic
Divides the specified vector by a specified scalar value.
Syntax
'Declaration
Overloads Public Operator /( _
ByVal As Vector2, _
ByVal As System.Single _
) As Vector2
public Vector2 operator /(
Vector2 ,
System.float
)
Parameters
- value
- The vector.
- divisor
- The scalar value.
Return Value
The vector that results from the division.
See Also