다음을 통해 공유


Vector.StoreAlignedNonTemporal 메서드

정의

오버로드

StoreAlignedNonTemporal(Vector2, Single*)
StoreAlignedNonTemporal(Vector3, Single*)
StoreAlignedNonTemporal(Vector4, Single*)
StoreAlignedNonTemporal<T>(Vector<T>, T*)

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

StoreAlignedNonTemporal(Vector2, Single*)

중요

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

public:
[System::Runtime::CompilerServices::Extension]
 static void StoreAlignedNonTemporal(System::Numerics::Vector2 source, float* destination);
[System.CLSCompliant(false)]
public static void StoreAlignedNonTemporal(this System.Numerics.Vector2 source, float* destination);
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Numerics.Vector2 * nativeptr<single> -> unit

매개 변수

source
Vector2
destination
Single*
특성

적용 대상

StoreAlignedNonTemporal(Vector3, Single*)

중요

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

public:
[System::Runtime::CompilerServices::Extension]
 static void StoreAlignedNonTemporal(System::Numerics::Vector3 source, float* destination);
[System.CLSCompliant(false)]
public static void StoreAlignedNonTemporal(this System.Numerics.Vector3 source, float* destination);
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Numerics.Vector3 * nativeptr<single> -> unit

매개 변수

source
Vector3
destination
Single*
특성

적용 대상

StoreAlignedNonTemporal(Vector4, Single*)

중요

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

public:
[System::Runtime::CompilerServices::Extension]
 static void StoreAlignedNonTemporal(System::Numerics::Vector4 source, float* destination);
[System.CLSCompliant(false)]
public static void StoreAlignedNonTemporal(this System.Numerics.Vector4 source, float* destination);
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Numerics.Vector4 * nativeptr<single> -> unit

매개 변수

source
Vector4
destination
Single*
특성

적용 대상

StoreAlignedNonTemporal<T>(Vector<T>, T*)

Source:
Vector.cs
Source:
Vector.cs

중요

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

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

public:
generic <typename T>
[System::Runtime::CompilerServices::Extension]
 static void StoreAlignedNonTemporal(System::Numerics::Vector<T> source, T* destination);
[System.CLSCompliant(false)]
public static void StoreAlignedNonTemporal<T>(this System.Numerics.Vector<T> source, T* destination);
[<System.CLSCompliant(false)>]
static member StoreAlignedNonTemporal : System.Numerics.Vector<'T> * nativeptr<'T> -> unit

형식 매개 변수

T

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

매개 변수

source
Vector<T>

저장할 벡터입니다.

destination
T*

저장될 정렬된 대상 source 입니다.

특성

예외

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

설명

이 메서드는 특정 플랫폼에서 캐시를 바이패스할 수 있습니다.

적용 대상