SFML.Net
Vector2uMultiply Operator (UInt32, Vector2u) |
Operator * overload ; multiply a scalar value by a vector
Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)

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