TensorSpan<T>.TryFlattenTo(Span<T>) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Aplatit le contenu de cette étendue dans la Span<T>fournie.
public:
bool TryFlattenTo(Span<T> destination);
public bool TryFlattenTo(scoped Span<T> destination);
member this.TryFlattenTo : Span<'T> -> bool
Public Function TryFlattenTo (destination As Span(Of T)) As Boolean
- destination
- Span<T>
Étendue dans laquelle copier des éléments.
Produit | Versions |
---|---|
.NET | 8 (package-provided), 9 (package-provided), 10 (package-provided) |
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :