Vector<T>.AllBitsSet Propriété

Définition

Obtient un nouveau Vector<T> avec tous les bits définis sur 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)

Valeur de propriété

Exceptions

Le type de l’instance actuelle (T) n’est pas pris en charge.

S’applique à