Op Englesch liesen Editéieren

Deelen iwwer


Vector64.Narrow Method

Definition

Overloads

Narrow(Vector64<UInt64>, Vector64<UInt64>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Narrows two Vector64<T> instances into one Vector64<T>.

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<uint> Narrow(System.Runtime.Intrinsics.Vector64<ulong> lower, System.Runtime.Intrinsics.Vector64<ulong> upper);

Parameters

lower
Vector64<UInt64>

The vector that will be narrowed to the lower half of the result vector.

upper
Vector64<UInt64>

The vector that will be narrowed to the upper half of the result vector.

Returns

A Vector64<T> containing elements narrowed from lower and upper.

Attributes

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Narrow(Vector64<UInt16>, Vector64<UInt16>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Narrows two Vector64<T> instances into one Vector64<T>.

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<byte> Narrow(System.Runtime.Intrinsics.Vector64<ushort> lower, System.Runtime.Intrinsics.Vector64<ushort> upper);

Parameters

lower
Vector64<UInt16>

The vector that will be narrowed to the lower half of the result vector.

upper
Vector64<UInt16>

The vector that will be narrowed to the upper half of the result vector.

Returns

A Vector64<T> containing elements narrowed from lower and upper.

Attributes

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Narrow(Vector64<Int64>, Vector64<Int64>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Narrows two Vector64<T> instances into one Vector64<T>.

C#
public static System.Runtime.Intrinsics.Vector64<int> Narrow(System.Runtime.Intrinsics.Vector64<long> lower, System.Runtime.Intrinsics.Vector64<long> upper);

Parameters

lower
Vector64<Int64>

The vector that will be narrowed to the lower half of the result vector.

upper
Vector64<Int64>

The vector that will be narrowed to the upper half of the result vector.

Returns

A Vector64<T> containing elements narrowed from lower and upper.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Narrow(Vector64<UInt32>, Vector64<UInt32>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Narrows two Vector64<T> instances into one Vector64<T>.

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<ushort> Narrow(System.Runtime.Intrinsics.Vector64<uint> lower, System.Runtime.Intrinsics.Vector64<uint> upper);

Parameters

lower
Vector64<UInt32>

The vector that will be narrowed to the lower half of the result vector.

upper
Vector64<UInt32>

The vector that will be narrowed to the upper half of the result vector.

Returns

A Vector64<T> containing elements narrowed from lower and upper.

Attributes

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Narrow(Vector64<Int16>, Vector64<Int16>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Narrows two Vector64<T> instances into one Vector64<T>.

C#
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<sbyte> Narrow(System.Runtime.Intrinsics.Vector64<short> lower, System.Runtime.Intrinsics.Vector64<short> upper);

Parameters

lower
Vector64<Int16>

The vector that will be narrowed to the lower half of the result vector.

upper
Vector64<Int16>

The vector that will be narrowed to the upper half of the result vector.

Returns

A Vector64<T> containing elements narrowed from lower and upper.

Attributes

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Narrow(Vector64<Int32>, Vector64<Int32>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Narrows two Vector64<T> instances into one Vector64<T>.

C#
public static System.Runtime.Intrinsics.Vector64<short> Narrow(System.Runtime.Intrinsics.Vector64<int> lower, System.Runtime.Intrinsics.Vector64<int> upper);

Parameters

lower
Vector64<Int32>

The vector that will be narrowed to the lower half of the result vector.

upper
Vector64<Int32>

The vector that will be narrowed to the upper half of the result vector.

Returns

A Vector64<T> containing elements narrowed from lower and upper.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Narrow(Vector64<Double>, Vector64<Double>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Narrows two Vector64<T> instances into one Vector64<T>.

C#
public static System.Runtime.Intrinsics.Vector64<float> Narrow(System.Runtime.Intrinsics.Vector64<double> lower, System.Runtime.Intrinsics.Vector64<double> upper);

Parameters

lower
Vector64<Double>

The vector that will be narrowed to the lower half of the result vector.

upper
Vector64<Double>

The vector that will be narrowed to the upper half of the result vector.

Returns

A Vector64<T> containing elements narrowed from lower and upper.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10