Vector256.GetLower<T>(Vector256<T>) Method

Definition

Gets the value of the lower 128 bits as a new Vector128<T>.

public static System.Runtime.Intrinsics.Vector128<T> GetLower<T> (this System.Runtime.Intrinsics.Vector256<T> vector) where T : struct;
public static System.Runtime.Intrinsics.Vector128<T> GetLower<T> (this System.Runtime.Intrinsics.Vector256<T> vector);

Type Parameters

T

The type of the input vector.

Parameters

vector
Vector256<T>

The vector to get the lower 128 bits from.

Returns

The value of the lower 128 bits as a new vector.

Exceptions

The type of vector (T) is not supported.

Applies to

Toode Versioonid
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9