Vector<T>.AllBitsSet Propiedad

Definición

Obtiene un elemento Vector<T> nuevo 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

El tipo de la instancia actual (T) no se admite.

Se aplica a