Vector2i Explicit Conversion (Vector2i to Vector2f)

SFML.Net

Vector2i  Conversion (Vector2i 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)
Syntax
public static explicit operator Vector2f (
	Vector2i v
)
Public Shared Narrowing Operator CType ( 
	v As Vector2i
) As Vector2f
static explicit operator Vector2f (
	Vector2i v
)
F# does not support the declaration of new casting operators.

Parameters

v
Type: SFML.SystemVector2i
Vector being casted

Return Value

Type: Vector2f
Casting result
See Also