Vector128.Create Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| Create(Vector64<SByte>, Vector64<SByte>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(Vector64<Single>, Vector64<Single>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(Vector64<UInt16>, Vector64<UInt16>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(Vector64<UInt32>, Vector64<UInt32>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(Vector64<UInt64>, Vector64<UInt64>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(Vector64<UIntPtr>, Vector64<UIntPtr>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(UInt64, UInt64) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(Int32, Int32, Int32, Int32) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(Single, Single, Single, Single) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(UInt32, UInt32, UInt32, UInt32) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(Vector64<IntPtr>, Vector64<IntPtr>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(Vector64<Int32>, Vector64<Int32>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(Vector64<Int64>, Vector64<Int64>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(Vector64<Double>, Vector64<Double>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(Byte) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(Double) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(Int16) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(Int32) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(Int64) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(IntPtr) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(SByte) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(Single) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(Vector64<Int16>, Vector64<Int16>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(UInt32) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(UInt64) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(UIntPtr) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create(Double, Double) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(Int64, Int64) |
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde. |
| Create(Vector64<Byte>, Vector64<Byte>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create(UInt16) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
| Create<T>(T[], Int32) |
Skapar en ny Vector128<T> från en viss matris. |
| Create<T>(Vector64<T>, Vector64<T>) |
Skapar en ny Vector128<T> instans från två Vector64<T> instanser. |
| Create<T>(T[]) |
Skapar en ny Vector128<T> från en viss matris. |
| Create<T>(Vector64<T>) |
Skapar en ny Vector128<T> instans med de lägre och övre 64-bitars initierade till ett angivet värde. |
| Create<T>(ReadOnlySpan<T>) |
Skapar en ny Vector128<T> från ett angivet readonly-intervall. |
| Create<T>(T) |
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet. |
Create(Vector64<SByte>, Vector64<SByte>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<System::SByte> Create(System::Runtime::Intrinsics::Vector64<System::SByte> lower, System::Runtime::Intrinsics::Vector64<System::SByte> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<sbyte> Create(System.Runtime.Intrinsics.Vector64<sbyte> lower, System.Runtime.Intrinsics.Vector64<sbyte> upper);
[<System.CLSCompliant(false)>]
static member Create : System.Runtime.Intrinsics.Vector64<sbyte> * System.Runtime.Intrinsics.Vector64<sbyte> -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Function Create (lower As Vector64(Of SByte), upper As Vector64(Of SByte)) As Vector128(Of SByte)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
- Attribut
Gäller för
Create(Vector64<Single>, Vector64<Single>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<float> Create(System::Runtime::Intrinsics::Vector64<float> lower, System::Runtime::Intrinsics::Vector64<float> upper);
public static System.Runtime.Intrinsics.Vector128<float> Create(System.Runtime.Intrinsics.Vector64<float> lower, System.Runtime.Intrinsics.Vector64<float> upper);
static member Create : System.Runtime.Intrinsics.Vector64<single> * System.Runtime.Intrinsics.Vector64<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Function Create (lower As Vector64(Of Single), upper As Vector64(Of Single)) As Vector128(Of Single)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
Gäller för
Create(Vector64<UInt16>, Vector64<UInt16>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> Create(System::Runtime::Intrinsics::Vector64<System::UInt16> lower, System::Runtime::Intrinsics::Vector64<System::UInt16> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ushort> Create(System.Runtime.Intrinsics.Vector64<ushort> lower, System.Runtime.Intrinsics.Vector64<ushort> upper);
[<System.CLSCompliant(false)>]
static member Create : System.Runtime.Intrinsics.Vector64<uint16> * System.Runtime.Intrinsics.Vector64<uint16> -> System.Runtime.Intrinsics.Vector128<uint16>
Public Function Create (lower As Vector64(Of UShort), upper As Vector64(Of UShort)) As Vector128(Of UShort)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
- Attribut
Gäller för
Create(Vector64<UInt32>, Vector64<UInt32>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> Create(System::Runtime::Intrinsics::Vector64<System::UInt32> lower, System::Runtime::Intrinsics::Vector64<System::UInt32> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<uint> Create(System.Runtime.Intrinsics.Vector64<uint> lower, System.Runtime.Intrinsics.Vector64<uint> upper);
[<System.CLSCompliant(false)>]
static member Create : System.Runtime.Intrinsics.Vector64<uint32> * System.Runtime.Intrinsics.Vector64<uint32> -> System.Runtime.Intrinsics.Vector128<uint32>
Public Function Create (lower As Vector64(Of UInteger), upper As Vector64(Of UInteger)) As Vector128(Of UInteger)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
- Attribut
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi64
Gäller för
Create(Vector64<UInt64>, Vector64<UInt64>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> Create(System::Runtime::Intrinsics::Vector64<System::UInt64> lower, System::Runtime::Intrinsics::Vector64<System::UInt64> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ulong> Create(System.Runtime.Intrinsics.Vector64<ulong> lower, System.Runtime.Intrinsics.Vector64<ulong> upper);
[<System.CLSCompliant(false)>]
static member Create : System.Runtime.Intrinsics.Vector64<uint64> * System.Runtime.Intrinsics.Vector64<uint64> -> System.Runtime.Intrinsics.Vector128<uint64>
Public Function Create (lower As Vector64(Of ULong), upper As Vector64(Of ULong)) As Vector128(Of ULong)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
- Attribut
Gäller för
Create(Vector64<UIntPtr>, Vector64<UIntPtr>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<UIntPtr> Create(System::Runtime::Intrinsics::Vector64<UIntPtr> lower, System::Runtime::Intrinsics::Vector64<UIntPtr> upper);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<UIntPtr> Create(System.Runtime.Intrinsics.Vector64<UIntPtr> lower, System.Runtime.Intrinsics.Vector64<UIntPtr> upper);
[<System.CLSCompliant(false)>]
static member Create : System.Runtime.Intrinsics.Vector64<unativeint> * System.Runtime.Intrinsics.Vector64<unativeint> -> System.Runtime.Intrinsics.Vector128<unativeint>
Public Function Create (lower As Vector64(Of UIntPtr), upper As Vector64(Of UIntPtr)) As Vector128(Of UIntPtr)
Parametrar
Det värde som de lägre 64-bitarsvärdena initieras till.
Returer
En ny Vector128<T> initierad från lower och upper.
- Attribut
Gäller för
Create(UInt64, UInt64)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> Create(System::UInt64 e0, System::UInt64 e1);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ulong> Create(ulong e0, ulong e1);
[<System.CLSCompliant(false)>]
static member Create : uint64 * uint64 -> System.Runtime.Intrinsics.Vector128<uint64>
Public Function Create (e0 As ULong, e1 As ULong) As Vector128(Of ULong)
Parametrar
- e0
- UInt64
Värdet som element 0 initieras till.
- e1
- UInt64
Värdet som element 1 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
- Attribut
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi64x
Gäller för
Create(Int32, Int32, Int32, Int32)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<int> Create(int e0, int e1, int e2, int e3);
public static System.Runtime.Intrinsics.Vector128<int> Create(int e0, int e1, int e2, int e3);
static member Create : int * int * int * int -> System.Runtime.Intrinsics.Vector128<int>
Public Function Create (e0 As Integer, e1 As Integer, e2 As Integer, e3 As Integer) As Vector128(Of Integer)
Parametrar
- e0
- Int32
Värdet som element 0 initieras till.
- e1
- Int32
Värdet som element 1 initieras till.
- e2
- Int32
Värdet som element 2 initieras till.
- e3
- Int32
Värdet som element 3 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi32
Gäller för
Create(Single, Single, Single, Single)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<float> Create(float e0, float e1, float e2, float e3);
public static System.Runtime.Intrinsics.Vector128<float> Create(float e0, float e1, float e2, float e3);
static member Create : single * single * single * single -> System.Runtime.Intrinsics.Vector128<single>
Public Function Create (e0 As Single, e1 As Single, e2 As Single, e3 As Single) As Vector128(Of Single)
Parametrar
- e0
- Single
Värdet som element 0 initieras till.
- e1
- Single
Värdet som element 1 initieras till.
- e2
- Single
Värdet som element 2 initieras till.
- e3
- Single
Värdet som element 3 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
Kommentarer
På x86 motsvarar den här metoden __m128 _mm_setr_ps
Gäller för
Create(UInt32, UInt32, UInt32, UInt32)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> Create(System::UInt32 e0, System::UInt32 e1, System::UInt32 e2, System::UInt32 e3);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<uint> Create(uint e0, uint e1, uint e2, uint e3);
[<System.CLSCompliant(false)>]
static member Create : uint32 * uint32 * uint32 * uint32 -> System.Runtime.Intrinsics.Vector128<uint32>
Public Function Create (e0 As UInteger, e1 As UInteger, e2 As UInteger, e3 As UInteger) As Vector128(Of UInteger)
Parametrar
- e0
- UInt32
Värdet som element 0 initieras till.
- e1
- UInt32
Värdet som element 1 initieras till.
- e2
- UInt32
Värdet som element 2 initieras till.
- e3
- UInt32
Värdet som element 3 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
- Attribut
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi32
Gäller för
Create(Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<short> Create(short e0, short e1, short e2, short e3, short e4, short e5, short e6, short e7);
public static System.Runtime.Intrinsics.Vector128<short> Create(short e0, short e1, short e2, short e3, short e4, short e5, short e6, short e7);
static member Create : int16 * int16 * int16 * int16 * int16 * int16 * int16 * int16 -> System.Runtime.Intrinsics.Vector128<int16>
Public Function Create (e0 As Short, e1 As Short, e2 As Short, e3 As Short, e4 As Short, e5 As Short, e6 As Short, e7 As Short) As Vector128(Of Short)
Parametrar
- e0
- Int16
Värdet som element 0 initieras till.
- e1
- Int16
Värdet som element 1 initieras till.
- e2
- Int16
Värdet som element 2 initieras till.
- e3
- Int16
Värdet som element 3 initieras till.
- e4
- Int16
Värdet som element 4 initieras till.
- e5
- Int16
Värdet som element 5 initieras till.
- e6
- Int16
Värdet som element 6 initieras till.
- e7
- Int16
Värdet som element 7 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi16
Gäller för
Create(UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> Create(System::UInt16 e0, System::UInt16 e1, System::UInt16 e2, System::UInt16 e3, System::UInt16 e4, System::UInt16 e5, System::UInt16 e6, System::UInt16 e7);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ushort> Create(ushort e0, ushort e1, ushort e2, ushort e3, ushort e4, ushort e5, ushort e6, ushort e7);
[<System.CLSCompliant(false)>]
static member Create : uint16 * uint16 * uint16 * uint16 * uint16 * uint16 * uint16 * uint16 -> System.Runtime.Intrinsics.Vector128<uint16>
Public Function Create (e0 As UShort, e1 As UShort, e2 As UShort, e3 As UShort, e4 As UShort, e5 As UShort, e6 As UShort, e7 As UShort) As Vector128(Of UShort)
Parametrar
- e0
- UInt16
Värdet som element 0 initieras till.
- e1
- UInt16
Värdet som element 1 initieras till.
- e2
- UInt16
Värdet som element 2 initieras till.
- e3
- UInt16
Värdet som element 3 initieras till.
- e4
- UInt16
Värdet som element 4 initieras till.
- e5
- UInt16
Värdet som element 5 initieras till.
- e6
- UInt16
Värdet som element 6 initieras till.
- e7
- UInt16
Värdet som element 7 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
- Attribut
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi16
Gäller för
Create(Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> Create(System::Byte e0, System::Byte e1, System::Byte e2, System::Byte e3, System::Byte e4, System::Byte e5, System::Byte e6, System::Byte e7, System::Byte e8, System::Byte e9, System::Byte e10, System::Byte e11, System::Byte e12, System::Byte e13, System::Byte e14, System::Byte e15);
public static System.Runtime.Intrinsics.Vector128<byte> Create(byte e0, byte e1, byte e2, byte e3, byte e4, byte e5, byte e6, byte e7, byte e8, byte e9, byte e10, byte e11, byte e12, byte e13, byte e14, byte e15);
static member Create : byte * byte * byte * byte * byte * byte * byte * byte * byte * byte * byte * byte * byte * byte * byte * byte -> System.Runtime.Intrinsics.Vector128<byte>
Public Function Create (e0 As Byte, e1 As Byte, e2 As Byte, e3 As Byte, e4 As Byte, e5 As Byte, e6 As Byte, e7 As Byte, e8 As Byte, e9 As Byte, e10 As Byte, e11 As Byte, e12 As Byte, e13 As Byte, e14 As Byte, e15 As Byte) As Vector128(Of Byte)
Parametrar
- e0
- Byte
Värdet som element 0 initieras till.
- e1
- Byte
Värdet som element 1 initieras till.
- e2
- Byte
Värdet som element 2 initieras till.
- e3
- Byte
Värdet som element 3 initieras till.
- e4
- Byte
Värdet som element 4 initieras till.
- e5
- Byte
Värdet som element 5 initieras till.
- e6
- Byte
Värdet som element 6 initieras till.
- e7
- Byte
Värdet som element 7 initieras till.
- e8
- Byte
Värdet som element 8 initieras till.
- e9
- Byte
Värdet som element 9 initieras till.
- e10
- Byte
Värdet som element 10 initieras till.
- e11
- Byte
Värdet som element 11 initieras till.
- e12
- Byte
Värdet som element 12 initieras till.
- e13
- Byte
Värdet som element 13 initieras till.
- e14
- Byte
Värdet som element 14 initieras till.
- e15
- Byte
Värdet som element 15 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi8
Gäller för
Create(SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<System::SByte> Create(System::SByte e0, System::SByte e1, System::SByte e2, System::SByte e3, System::SByte e4, System::SByte e5, System::SByte e6, System::SByte e7, System::SByte e8, System::SByte e9, System::SByte e10, System::SByte e11, System::SByte e12, System::SByte e13, System::SByte e14, System::SByte e15);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<sbyte> Create(sbyte e0, sbyte e1, sbyte e2, sbyte e3, sbyte e4, sbyte e5, sbyte e6, sbyte e7, sbyte e8, sbyte e9, sbyte e10, sbyte e11, sbyte e12, sbyte e13, sbyte e14, sbyte e15);
[<System.CLSCompliant(false)>]
static member Create : sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte * sbyte -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Function Create (e0 As SByte, e1 As SByte, e2 As SByte, e3 As SByte, e4 As SByte, e5 As SByte, e6 As SByte, e7 As SByte, e8 As SByte, e9 As SByte, e10 As SByte, e11 As SByte, e12 As SByte, e13 As SByte, e14 As SByte, e15 As SByte) As Vector128(Of SByte)
Parametrar
- e0
- SByte
Värdet som element 0 initieras till.
- e1
- SByte
Värdet som element 1 initieras till.
- e2
- SByte
Värdet som element 2 initieras till.
- e3
- SByte
Värdet som element 3 initieras till.
- e4
- SByte
Värdet som element 4 initieras till.
- e5
- SByte
Värdet som element 5 initieras till.
- e6
- SByte
Värdet som element 6 initieras till.
- e7
- SByte
Värdet som element 7 initieras till.
- e8
- SByte
Värdet som element 8 initieras till.
- e9
- SByte
Värdet som element 9 initieras till.
- e10
- SByte
Värdet som element 10 initieras till.
- e11
- SByte
Värdet som element 11 initieras till.
- e12
- SByte
Värdet som element 12 initieras till.
- e13
- SByte
Värdet som element 13 initieras till.
- e14
- SByte
Värdet som element 14 initieras till.
- e15
- SByte
Värdet som element 15 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
- Attribut
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi8
Gäller för
Create(Vector64<IntPtr>, Vector64<IntPtr>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<IntPtr> Create(System::Runtime::Intrinsics::Vector64<IntPtr> lower, System::Runtime::Intrinsics::Vector64<IntPtr> upper);
public static System.Runtime.Intrinsics.Vector128<IntPtr> Create(System.Runtime.Intrinsics.Vector64<IntPtr> lower, System.Runtime.Intrinsics.Vector64<IntPtr> upper);
static member Create : System.Runtime.Intrinsics.Vector64<nativeint> * System.Runtime.Intrinsics.Vector64<nativeint> -> System.Runtime.Intrinsics.Vector128<nativeint>
Public Function Create (lower As Vector64(Of IntPtr), upper As Vector64(Of IntPtr)) As Vector128(Of IntPtr)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
Gäller för
Create(Vector64<Int32>, Vector64<Int32>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<int> Create(System::Runtime::Intrinsics::Vector64<int> lower, System::Runtime::Intrinsics::Vector64<int> upper);
public static System.Runtime.Intrinsics.Vector128<int> Create(System.Runtime.Intrinsics.Vector64<int> lower, System.Runtime.Intrinsics.Vector64<int> upper);
static member Create : System.Runtime.Intrinsics.Vector64<int> * System.Runtime.Intrinsics.Vector64<int> -> System.Runtime.Intrinsics.Vector128<int>
Public Function Create (lower As Vector64(Of Integer), upper As Vector64(Of Integer)) As Vector128(Of Integer)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi64
Gäller för
Create(Vector64<Int64>, Vector64<Int64>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<long> Create(System::Runtime::Intrinsics::Vector64<long> lower, System::Runtime::Intrinsics::Vector64<long> upper);
public static System.Runtime.Intrinsics.Vector128<long> Create(System.Runtime.Intrinsics.Vector64<long> lower, System.Runtime.Intrinsics.Vector64<long> upper);
static member Create : System.Runtime.Intrinsics.Vector64<int64> * System.Runtime.Intrinsics.Vector64<int64> -> System.Runtime.Intrinsics.Vector128<int64>
Public Function Create (lower As Vector64(Of Long), upper As Vector64(Of Long)) As Vector128(Of Long)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
Gäller för
Create(Vector64<Double>, Vector64<Double>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<double> Create(System::Runtime::Intrinsics::Vector64<double> lower, System::Runtime::Intrinsics::Vector64<double> upper);
public static System.Runtime.Intrinsics.Vector128<double> Create(System.Runtime.Intrinsics.Vector64<double> lower, System.Runtime.Intrinsics.Vector64<double> upper);
static member Create : System.Runtime.Intrinsics.Vector64<double> * System.Runtime.Intrinsics.Vector64<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Function Create (lower As Vector64(Of Double), upper As Vector64(Of Double)) As Vector128(Of Double)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
Gäller för
Create(Byte)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> Create(System::Byte value);
public static System.Runtime.Intrinsics.Vector128<byte> Create(byte value);
static member Create : byte -> System.Runtime.Intrinsics.Vector128<byte>
Public Function Create (value As Byte) As Vector128(Of Byte)
Parametrar
- value
- Byte
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_set1_epi8
Gäller för
Create(Double)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<double> Create(double value);
public static System.Runtime.Intrinsics.Vector128<double> Create(double value);
static member Create : double -> System.Runtime.Intrinsics.Vector128<double>
Public Function Create (value As Double) As Vector128(Of Double)
Parametrar
- value
- Double
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
Kommentarer
På x86 motsvarar den här metoden __m128d _mm_set1_pd
Gäller för
Create(Int16)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<short> Create(short value);
public static System.Runtime.Intrinsics.Vector128<short> Create(short value);
static member Create : int16 -> System.Runtime.Intrinsics.Vector128<int16>
Public Function Create (value As Short) As Vector128(Of Short)
Parametrar
- value
- Int16
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_set1_epi16
Gäller för
Create(Int32)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<int> Create(int value);
public static System.Runtime.Intrinsics.Vector128<int> Create(int value);
static member Create : int -> System.Runtime.Intrinsics.Vector128<int>
Public Function Create (value As Integer) As Vector128(Of Integer)
Parametrar
- value
- Int32
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_set1_epi32
Gäller för
Create(Int64)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<long> Create(long value);
public static System.Runtime.Intrinsics.Vector128<long> Create(long value);
static member Create : int64 -> System.Runtime.Intrinsics.Vector128<int64>
Public Function Create (value As Long) As Vector128(Of Long)
Parametrar
- value
- Int64
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_set1_epi64x
Gäller för
Create(IntPtr)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<IntPtr> Create(IntPtr value);
public static System.Runtime.Intrinsics.Vector128<IntPtr> Create(IntPtr value);
static member Create : nativeint -> System.Runtime.Intrinsics.Vector128<nativeint>
Public Function Create (value As IntPtr) As Vector128(Of IntPtr)
Parametrar
- value
-
IntPtr
nativeint
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
Gäller för
Create(SByte)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<System::SByte> Create(System::SByte value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<sbyte> Create(sbyte value);
[<System.CLSCompliant(false)>]
static member Create : sbyte -> System.Runtime.Intrinsics.Vector128<sbyte>
Public Function Create (value As SByte) As Vector128(Of SByte)
Parametrar
- value
- SByte
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
- Attribut
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_set1_epi8
Gäller för
Create(Single)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<float> Create(float value);
public static System.Runtime.Intrinsics.Vector128<float> Create(float value);
static member Create : single -> System.Runtime.Intrinsics.Vector128<single>
Public Function Create (value As Single) As Vector128(Of Single)
Parametrar
- value
- Single
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
Kommentarer
På x86 motsvarar den här metoden __m128 _mm_set1_ps
Gäller för
Create(Vector64<Int16>, Vector64<Int16>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<short> Create(System::Runtime::Intrinsics::Vector64<short> lower, System::Runtime::Intrinsics::Vector64<short> upper);
public static System.Runtime.Intrinsics.Vector128<short> Create(System.Runtime.Intrinsics.Vector64<short> lower, System.Runtime.Intrinsics.Vector64<short> upper);
static member Create : System.Runtime.Intrinsics.Vector64<int16> * System.Runtime.Intrinsics.Vector64<int16> -> System.Runtime.Intrinsics.Vector128<int16>
Public Function Create (lower As Vector64(Of Short), upper As Vector64(Of Short)) As Vector128(Of Short)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
Gäller för
Create(UInt32)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt32> Create(System::UInt32 value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<uint> Create(uint value);
[<System.CLSCompliant(false)>]
static member Create : uint32 -> System.Runtime.Intrinsics.Vector128<uint32>
Public Function Create (value As UInteger) As Vector128(Of UInteger)
Parametrar
- value
- UInt32
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
- Attribut
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_set1_epi32
Gäller för
Create(UInt64)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt64> Create(System::UInt64 value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ulong> Create(ulong value);
[<System.CLSCompliant(false)>]
static member Create : uint64 -> System.Runtime.Intrinsics.Vector128<uint64>
Public Function Create (value As ULong) As Vector128(Of ULong)
Parametrar
- value
- UInt64
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
- Attribut
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_set1_epi64x
Gäller för
Create(UIntPtr)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<UIntPtr> Create(UIntPtr value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<UIntPtr> Create(UIntPtr value);
[<System.CLSCompliant(false)>]
static member Create : unativeint -> System.Runtime.Intrinsics.Vector128<unativeint>
Public Function Create (value As UIntPtr) As Vector128(Of UIntPtr)
Parametrar
- value
-
UIntPtr
unativeint
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
- Attribut
Gäller för
Create(Double, Double)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<double> Create(double e0, double e1);
public static System.Runtime.Intrinsics.Vector128<double> Create(double e0, double e1);
static member Create : double * double -> System.Runtime.Intrinsics.Vector128<double>
Public Function Create (e0 As Double, e1 As Double) As Vector128(Of Double)
Parametrar
- e0
- Double
Värdet som element 0 initieras till.
- e1
- Double
Värdet som element 1 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
Kommentarer
På x86 motsvarar den här metoden __m128d _mm_setr_pd
Gäller för
Create(Int64, Int64)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med varje element initierat till motsvarande angivna värde.
public:
static System::Runtime::Intrinsics::Vector128<long> Create(long e0, long e1);
public static System.Runtime.Intrinsics.Vector128<long> Create(long e0, long e1);
static member Create : int64 * int64 -> System.Runtime.Intrinsics.Vector128<int64>
Public Function Create (e0 As Long, e1 As Long) As Vector128(Of Long)
Parametrar
- e0
- Int64
Värdet som element 0 initieras till.
- e1
- Int64
Värdet som element 1 initieras till.
Returer
En ny Vector128<T> med varje element initierat till motsvarande angivet värde.
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_setr_epi64x
Gäller för
Create(Vector64<Byte>, Vector64<Byte>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
static System::Runtime::Intrinsics::Vector128<System::Byte> Create(System::Runtime::Intrinsics::Vector64<System::Byte> lower, System::Runtime::Intrinsics::Vector64<System::Byte> upper);
public static System.Runtime.Intrinsics.Vector128<byte> Create(System.Runtime.Intrinsics.Vector64<byte> lower, System.Runtime.Intrinsics.Vector64<byte> upper);
static member Create : System.Runtime.Intrinsics.Vector64<byte> * System.Runtime.Intrinsics.Vector64<byte> -> System.Runtime.Intrinsics.Vector128<byte>
Public Function Create (lower As Vector64(Of Byte), upper As Vector64(Of Byte)) As Vector128(Of Byte)
Parametrar
Returer
En ny Vector128<T> initierad från lower och upper.
Gäller för
Create(UInt16)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Viktigt!
Detta API uppfyller inte CLS.
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
static System::Runtime::Intrinsics::Vector128<System::UInt16> Create(System::UInt16 value);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector128<ushort> Create(ushort value);
[<System.CLSCompliant(false)>]
static member Create : uint16 -> System.Runtime.Intrinsics.Vector128<uint16>
Public Function Create (value As UShort) As Vector128(Of UShort)
Parametrar
- value
- UInt16
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
- Attribut
Kommentarer
På x86 motsvarar den här metoden __m128i _mm_set1_epi16
Gäller för
Create<T>(T[], Int32)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> från en viss matris.
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector128<T> Create(cli::array <T> ^ values, int index);
public:
generic <typename T>
where T : value class static System::Runtime::Intrinsics::Vector128<T> Create(cli::array <T> ^ values, int index);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(T[] values, int index);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(T[] values, int index) where T : struct;
static member Create : 'T[] * int -> System.Runtime.Intrinsics.Vector128<'T>
static member Create : 'T[] * int -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Create(Of T) (values As T(), index As Integer) As Vector128(Of T)
Public Function Create(Of T As Structure) (values As T(), index As Integer) As Vector128(Of T)
Typparametrar
- T
Typ av element i vektorn.
Parametrar
- values
- T[]
Matrisen som vektorn skapas från.
- index
- Int32
Indexet values där elementen ska börja läsas.
Returer
En ny Vector128<T> med dess element inställda på de första Count elementen från values.
Undantag
values är null.
Längden på values, från och med index, är mindre än Count.
Typen av values (T) stöds inte.
Gäller för
Create<T>(Vector64<T>, Vector64<T>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans från två Vector64<T> instanser.
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector128<T> Create(System::Runtime::Intrinsics::Vector64<T> lower, System::Runtime::Intrinsics::Vector64<T> upper);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(System.Runtime.Intrinsics.Vector64<T> lower, System.Runtime.Intrinsics.Vector64<T> upper);
static member Create : System.Runtime.Intrinsics.Vector64<'T> * System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector128<'T>
Public Function Create(Of T) (lower As Vector64(Of T), upper As Vector64(Of T)) As Vector128(Of T)
Typparametrar
- T
Typ av element i vektorn.
Parametrar
- lower
- Vector64<T>
Det värde som de lägre 64-bitarsvärdena initieras till.
- upper
- Vector64<T>
Värdet som de övre 64-bitarsvärdena initieras till.
Returer
En ny Vector128<T> initierad från lower och upper.
Undantag
Typen av lower och upper (T) stöds inte.
Gäller för
Create<T>(T[])
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> från en viss matris.
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector128<T> Create(cli::array <T> ^ values);
public:
generic <typename T>
where T : value class static System::Runtime::Intrinsics::Vector128<T> Create(cli::array <T> ^ values);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(T[] values);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(T[] values) where T : struct;
static member Create : 'T[] -> System.Runtime.Intrinsics.Vector128<'T>
static member Create : 'T[] -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Create(Of T) (values As T()) As Vector128(Of T)
Public Function Create(Of T As Structure) (values As T()) As Vector128(Of T)
Typparametrar
- T
Typ av element i vektorn.
Parametrar
- values
- T[]
Matrisen som vektorn skapas från.
Returer
En ny Vector128<T> med dess element inställda på de första Count elementen från values.
Undantag
values är null.
Längden values på är mindre än Count.
Typen av values (T) stöds inte.
Gäller för
Create<T>(Vector64<T>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med de lägre och övre 64-bitars initierade till ett angivet värde.
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector128<T> Create(System::Runtime::Intrinsics::Vector64<T> value);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(System.Runtime.Intrinsics.Vector64<T> value);
static member Create : System.Runtime.Intrinsics.Vector64<'T> -> System.Runtime.Intrinsics.Vector128<'T>
Public Function Create(Of T) (value As Vector64(Of T)) As Vector128(Of T)
Typparametrar
- T
Typ av element i vektorn.
Parametrar
- value
- Vector64<T>
Värdet som de nedre och övre 64-bitarsvärdena initieras till.
Returer
En ny Vector128<T> med de nedre och övre 64-bitars initierade till value.
Undantag
Typen av value (T) stöds inte.
Gäller för
Create<T>(ReadOnlySpan<T>)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> från ett angivet readonly-intervall.
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector128<T> Create(ReadOnlySpan<T> values);
public:
generic <typename T>
where T : value class static System::Runtime::Intrinsics::Vector128<T> Create(ReadOnlySpan<T> values);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(ReadOnlySpan<T> values);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(ReadOnlySpan<T> values) where T : struct;
static member Create : ReadOnlySpan<'T> -> System.Runtime.Intrinsics.Vector128<'T>
static member Create : ReadOnlySpan<'T (requires 'T : struct)> -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Create(Of T) (values As ReadOnlySpan(Of T)) As Vector128(Of T)
Public Function Create(Of T As Structure) (values As ReadOnlySpan(Of T)) As Vector128(Of T)
Typparametrar
- T
Typ av element i vektorn.
Parametrar
- values
- ReadOnlySpan<T>
Readonly-intervallet som vektorn skapas från.
Returer
En ny Vector128<T> med dess element inställda på de första Count elementen från values.
Undantag
Längden values på är mindre än Count.
Typen av values (T) stöds inte.
Gäller för
Create<T>(T)
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
- Källa:
- Vector128.cs
Skapar en ny Vector128<T> instans med alla element initierade till det angivna värdet.
public:
generic <typename T>
static System::Runtime::Intrinsics::Vector128<T> Create(T value);
public:
generic <typename T>
where T : value class static System::Runtime::Intrinsics::Vector128<T> Create(T value);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(T value);
public static System.Runtime.Intrinsics.Vector128<T> Create<T>(T value) where T : struct;
static member Create : 'T -> System.Runtime.Intrinsics.Vector128<'T>
static member Create : 'T -> System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)> (requires 'T : struct)
Public Function Create(Of T) (value As T) As Vector128(Of T)
Public Function Create(Of T As Structure) (value As T) As Vector128(Of T)
Typparametrar
- T
Typ av element i vektorn.
Parametrar
- value
- T
Värdet som alla element initieras till.
Returer
En ny Vector128<T> med alla element initierade till value.
Undantag
Typen av value (T) stöds inte.