SFML.Net
Vector2f Conversion (Vector2f to Vector2u) |
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 Vector2u ( Vector2f v )
Public Shared Narrowing Operator CType ( v As Vector2f ) As Vector2u
static explicit operator Vector2u ( Vector2f v )
F# does not support the declaration of new casting operators.
Parameters
- v
- Type: SFML.SystemVector2f
Vector being casted
Return Value
Type: Vector2uCasting result
