Vector3.LeftShift(Vector3, Int32) Operator

Definisi

Menggeser setiap elemen vektor yang ditinggalkan oleh jumlah yang ditentukan.

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

Parameter

value
Vector3

Vektor yang elemennya akan digeser.

shiftAmount
Int32

Mengembalikan

Vektor yang elemennya di mana bergeser ke kiri oleh shiftCount.

Berlaku untuk