Vector256.StoreUnsafe 메서드

정의

오버로드

StoreUnsafe<T>(Vector256<T>, T)

지정된 대상에 벡터를 저장합니다.

StoreUnsafe<T>(Vector256<T>, T, UIntPtr)

지정된 대상에 벡터를 저장합니다.

StoreUnsafe<T>(Vector256<T>, T)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

지정된 대상에 벡터를 저장합니다.

public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static void StoreUnsafe(System::Runtime::Intrinsics::Vector256<T> source, T % destination);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void StoreUnsafe(System::Runtime::Intrinsics::Vector256<T> source, T % destination);
public static void StoreUnsafe<T> (this System.Runtime.Intrinsics.Vector256<T> source, ref T destination) where T : struct;
public static void StoreUnsafe<T> (this System.Runtime.Intrinsics.Vector256<T> source, ref T destination);
static member StoreUnsafe : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * 'T -> unit (requires 'T : struct)
static member StoreUnsafe : System.Runtime.Intrinsics.Vector256<'T> * 'T -> unit
<Extension()>
Public Sub StoreUnsafe(Of T As Structure) (source As Vector256(Of T), ByRef destination As T)
<Extension()>
Public Sub StoreUnsafe(Of T) (source As Vector256(Of T), ByRef destination As T)

형식 매개 변수

T

벡터에 있는 요소의 형식입니다.

매개 변수

source
Vector256<T>

저장할 벡터입니다.

destination
T

저장할 대상 source 입니다.

예외

destination (T)의 source 형식은 지원되지 않습니다.

적용 대상

StoreUnsafe<T>(Vector256<T>, T, UIntPtr)

Source:
Vector256.cs
Source:
Vector256.cs
Source:
Vector256.cs

중요

이 API는 CLS 규격이 아닙니다.

지정된 대상에 벡터를 저장합니다.

public:
generic <typename T>
 where T : value class[System::Runtime::CompilerServices::Extension]
 static void StoreUnsafe(System::Runtime::Intrinsics::Vector256<T> source, T % destination, UIntPtr elementOffset);
public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void StoreUnsafe(System::Runtime::Intrinsics::Vector256<T> source, T % destination, UIntPtr elementOffset);
[System.CLSCompliant(false)]
public static void StoreUnsafe<T> (this System.Runtime.Intrinsics.Vector256<T> source, ref T destination, UIntPtr elementOffset) where T : struct;
[System.CLSCompliant(false)]
public static void StoreUnsafe<T> (this System.Runtime.Intrinsics.Vector256<T> source, ref T destination, UIntPtr elementOffset);
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Runtime.Intrinsics.Vector256<'T (requires 'T : struct)> * 'T * unativeint -> unit (requires 'T : struct)
[<System.CLSCompliant(false)>]
static member StoreUnsafe : System.Runtime.Intrinsics.Vector256<'T> * 'T * unativeint -> unit
<Extension()>
Public Sub StoreUnsafe(Of T As Structure) (source As Vector256(Of T), ByRef destination As T, elementOffset As UIntPtr)
<Extension()>
Public Sub StoreUnsafe(Of T) (source As Vector256(Of T), ByRef destination As T, elementOffset As UIntPtr)

형식 매개 변수

T

벡터에 있는 요소의 형식입니다.

매개 변수

source
Vector256<T>

저장할 벡터입니다.

destination
T

벡터가 저장되기 전에 추가될 대상 elementOffset 입니다.

elementOffset
UIntPtr

unativeint

벡터를 저장할 요소 오프셋 destination 입니다.

특성

예외

destination (T)의 source 형식은 지원되지 않습니다.

적용 대상