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