SFML.Net
Vector2u Conversion (Vector2u to Vector2f) |
Explicit casting to another vector type
Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)

public static explicit operator Vector2f ( Vector2u v )
Public Shared Narrowing Operator CType ( v As Vector2u ) As Vector2f
static explicit operator Vector2f ( Vector2u v )
F# does not support the declaration of new casting operators.
Parameters
- v
- Type: SFML.SystemVector2u
Vector being casted
Return Value
Type: Vector2fCasting result
