Vector<T>.AllBitsSet Proprietà

Definizione

Ottiene un nuovo Vector<T> oggetto con tutti i bit impostati su 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)

Valore della proprietà

Eccezioni

Il tipo dell'istanza corrente (T) non è supportato.

Si applica a