Vector<T>.AllBitsSet Propriedade

Definição

Obtém um novo Vector<T> com todos os bits definidos como 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 da propriedade

Exceções

O tipo da instância atual (T) não é compatível.

Aplica-se a