Vector<T>.AllBitsSet Eigenschap

Definitie

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

public:
 static property System::Numerics::Vector<T> AllBitsSet { System::Numerics::Vector<T> get(); };
public static System.Numerics.Vector<T> AllBitsSet { get; }
static member AllBitsSet : System.Numerics.Vector<'T>
Public Shared ReadOnly Property AllBitsSet As Vector(Of T)

Waarde van eigenschap

Uitzonderingen

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

Van toepassing op