Vector64.TryCopyTo<T>(Vector64<T>, Span<T>) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Probeert een Vector<T> naar een bepaald bereik te kopiëren.
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
static bool TryCopyTo(System::Runtime::Intrinsics::Vector64<T> vector, Span<T> destination);
public:
generic <typename T>
where T : value class[System::Runtime::CompilerServices::Extension]
static bool TryCopyTo(System::Runtime::Intrinsics::Vector64<T> vector, Span<T> destination);
public static bool TryCopyTo<T>(this System.Runtime.Intrinsics.Vector64<T> vector, Span<T> destination);
public static bool TryCopyTo<T>(this System.Runtime.Intrinsics.Vector64<T> vector, Span<T> destination) where T : struct;
static member TryCopyTo : System.Runtime.Intrinsics.Vector64<'T> * Span<'T> -> bool
static member TryCopyTo : System.Runtime.Intrinsics.Vector64<'T (requires 'T : struct)> * Span<'T (requires 'T : struct)> -> bool (requires 'T : struct)
<Extension()>
Public Function TryCopyTo(Of T) (vector As Vector64(Of T), destination As Span(Of T)) As Boolean
<Extension()>
Public Function TryCopyTo(Of T As Structure) (vector As Vector64(Of T), destination As Span(Of T)) As Boolean
Type parameters
- T
Het type invoervector.
Parameters
- vector
- Vector64<T>
De vector die moet worden gekopieerd.
- destination
- Span<T>
De periode waarnaar destination wordt gekopieerd.
Retouren
true indien vector is gekopieerd naar destination; anders, false indien de lengte destination kleiner is dan Count.
Uitzonderingen
Het type vector en destination (T) worden niet ondersteund.