Vector<T>.One Propriedade

Definição

Devolve um vetor contendo todos os uns.

public:
 static property System::Numerics::Vector<T> One { System::Numerics::Vector<T> get(); };
public static System.Numerics.Vector<T> One { get; }
static member One : System.Numerics.Vector<'T (requires 'T : struct)>
static member One : System.Numerics.Vector<'T>
Public Shared ReadOnly Property One As Vector(Of T)

Valor de Propriedade

Um vetor que contém todos os uns.

Exceções

.NET 5 e posteriores: O Tipo T não é suportado.

Aplica-se a