Vector256<T>.AllBitsSet Eigenschap

Definitie

Hiermee haalt u een nieuwe Vector256<T> op met alle bits ingesteld op 1.

public:
 static property System::Runtime::Intrinsics::Vector256<T> AllBitsSet { System::Runtime::Intrinsics::Vector256<T> get(); };
public static System.Runtime.Intrinsics.Vector256<T> AllBitsSet { get; }
static member AllBitsSet : System.Runtime.Intrinsics.Vector256<'T>
static member AllBitsSet : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)>
Public Shared ReadOnly Property AllBitsSet As Vector256(Of T)

Waarde van eigenschap

Uitzonderingen

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

Van toepassing op