Vector3.RightShift(Vector3, Int32) Operátor

Definice

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

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

Parametry

value
Vector3

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

shiftAmount
Int32

Návraty

Vektor, jehož prvky jsou posunuty doprava shiftCount.

Platí pro