Operator implicit operator

implicit operator (double, double)(Vector2D)

Decomposes the vector to individual components

Declaration
public static implicit operator (double, double)(Vector2D vector)
Parameters
Type Name Description
Vector2D vector

The vector to decompose to individual components

Returns
Type Description
(double, double)

Tuple of vector components (X, Y)

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next