SFML.Net
Vector2uDivision Operator |
Operator / overload ; divide a vector by a scalar value
Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)

public static Vector2u operator /( Vector2u v, uint x )
Public Shared Operator / ( v As Vector2u, x As UInteger ) As Vector2u
public: static Vector2u operator /( Vector2u v, unsigned int x )
static let inline (/) v : Vector2u * x : uint32 : Vector2u
Parameters
- v
- Type: SFML.SystemVector2u
Vector - x
- Type: SystemUInt32
Scalar value
Return Value
Type: Vector2uv / x
