Vector128<T>.AllBitsSet Eigenschap

Definitie

Hiermee haalt u een nieuwe Vector128<T> op met alle bits ingesteld op 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; }
static member AllBitsSet : System.Runtime.Intrinsics.Vector128<'T>
static member AllBitsSet : System.Runtime.Intrinsics.Vector128<'T (requires 'T : struct)>
Public Shared ReadOnly Property AllBitsSet As Vector128(Of T)

Waarde van eigenschap

Uitzonderingen

Het type van het huidige exemplaar (T) wordt niet ondersteund.

Van toepassing op