Vector<T>.AllBitsSet Propiedad

Definición

Obtiene un nuevo Vector<T> con todos los bits establecidos en 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)

Valor de propiedad

Excepciones

No se admite el tipo de la instancia actual (T).

Se aplica a