Vector<T>.AllBitsSet Eigenschaft

Definition

Ruft eine neue Vector<T> ab, wobei alle Bits auf 1 festgelegt sind.

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)

Eigenschaftswert

Ausnahmen

Der Typ der aktuellen Instanz (T) wird nicht unterstützt.

Gilt für: