Vector128<T>.AllBitsSet Propriedade
Definição
Obtém um novo Vector128<T> com todos os bits definidos como 1.Gets a new Vector128<T> with all bits set to 1.
public:
static property System::Runtime::Intrinsics::Vector128<T> AllBitsSet { System::Runtime::Intrinsics::Vector128<T> get(); };
public static System.Runtime.Intrinsics.Vector128<T> AllBitsSet { get; }
member this.AllBitsSet : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)>
Public Shared ReadOnly Property AllBitsSet As Vector128(Of T)
Valor da propriedade
Exceções
O tipo da instância atual (T) não é compatível.The type of the current instance (T) is not supported.