[]
public static explicit operator Vector2(Vector4 value)
Public Shared Narrowing Operator CType(value As Vector4) As Vector2
| Type | Name | Description |
|---|---|---|
| Vector4 | value | The value. |
| Type | Description |
|---|---|
| Vector2 | The result of the conversion. |
public static explicit operator Vector3(Vector4 value)
Public Shared Narrowing Operator CType(value As Vector4) As Vector3
| Type | Name | Description |
|---|---|---|
| Vector4 | value | The value. |
| Type | Description |
|---|---|
| Vector3 | The result of the conversion. |