Прочетете на английски Редактиране

Споделяне чрез


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

Definition

Gets the value of the lower 64-bits as a new Vector64<T>.

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

Type Parameters

T

The type of the input vector.

Parameters

vector
Vector128<T>

The vector to get the lower 64-bits from.

Returns

The value of the lower 64-bits as a new Vector64<T>.

Exceptions

The type of vector (T) is not supported.

Applies to

Продукт Версии
.NET Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10