Vector64.ExtractMostSignificantBits<T>(Vector64<T>) Method

Definition

Important

This API is not CLS-compliant.

Extracts the most significant bit from each element in a vector.

C#
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits<T> (this System.Runtime.Intrinsics.Vector64<T> vector) where T : struct;
C#
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits<T> (this System.Runtime.Intrinsics.Vector64<T> vector);

Type Parameters

T

The type of the elements in the vector.

Parameters

vector
Vector64<T>

The vector whose elements should have their most significant bit extracted.

Returns

The packed most significant bits extracted from the elements in vector.

Attributes

Exceptions

The type of vector (T) is not supported.

Applies to

Produto Versões
.NET 7, 8, 9