Vector4.LeftShift(Vector4, Int32) Operator

Definisi

Menggeser setiap elemen vektor yang ditinggalkan oleh jumlah yang ditentukan.

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

Parameter

value
Vector4

Vektor yang elemennya akan digeser.

shiftAmount
Int32

Mengembalikan

Vektor yang elemennya di mana bergeser ke kiri oleh shiftCount.

Berlaku untuk