Vector<T>.AllBitsSet Propriedade

Definição

Recebe um novo Vector<T> com todos os bits definidos para 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 Propriedade

Exceções

O tipo da instância atual (T) não é suportado.

Aplica-se a