Vector2.RightShift(Vector2, Int32) Operátor

Definice

Posune (podepsáno) každý prvek vektoru doprava o zadanou částku.

public:
 static System::Numerics::Vector2 operator >>(System::Numerics::Vector2 value, int shiftAmount);
public static System.Numerics.Vector2 operator >>(System.Numerics.Vector2 value, int shiftAmount);
static member ( >>> ) : System.Numerics.Vector2 * int -> System.Numerics.Vector2
Public Shared Operator >> (value As Vector2, shiftAmount As Integer) As Vector2

Parametry

value
Vector2

Vektor, jehož prvky mají být posunuty.

shiftAmount
Int32

Návraty

Vektor, jehož prvky jsou posunuty doprava shiftCount.

Platí pro