다음을 통해 공유


Sse41.RoundToNearestIntegerScalar 메서드

정의

오버로드

RoundToNearestIntegerScalar(Vector128<Double>)

__m128d _mm_round_sd (__m128d a, _MM_FROUND_TO_NEAREST_INT |_MM_FROUND_NO_EXC)

ROUNDSD xmm, xmm/m128, imm8(8)

RoundToNearestIntegerScalar(Vector128<Single>)

__m128 _mm_round_ss (__m128 a, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC)

ROUNDSS xmm, xmm/m128, imm8(8)

RoundToNearestIntegerScalar(Vector128<Double>, Vector128<Double>)

__m128d _mm_round_sd (__m128d a, __m128d b, _MM_FROUND_TO_NEAREST_INT |_MM_FROUND_NO_EXC)

ROUNDSD xmm, xmm/m128, imm8(8)

RoundToNearestIntegerScalar(Vector128<Single>, Vector128<Single>)

__m128 _mm_round_ss (__m128 a, __m128 b, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC)

ROUNDSS xmm, xmm/m128, imm8(8)

RoundToNearestIntegerScalar(Vector128<Double>)

Source:
Sse41.cs
Source:
Sse41.cs
Source:
Sse41.cs

__m128d _mm_round_sd (__m128d a, _MM_FROUND_TO_NEAREST_INT |_MM_FROUND_NO_EXC)

ROUNDSD xmm, xmm/m128, imm8(8)

public:
 static System::Runtime::Intrinsics::Vector128<double> RoundToNearestIntegerScalar(System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> RoundToNearestIntegerScalar (System.Runtime.Intrinsics.Vector128<double> value);
static member RoundToNearestIntegerScalar : System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundToNearestIntegerScalar (value As Vector128(Of Double)) As Vector128(Of Double)

매개 변수

value
Vector128<Double>

반환

설명

네이티브 서명이 없습니다. 이 추가 오버로드는 완전성을 위해 제공됩니다.

적용 대상

RoundToNearestIntegerScalar(Vector128<Single>)

Source:
Sse41.cs
Source:
Sse41.cs
Source:
Sse41.cs

__m128 _mm_round_ss (__m128 a, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC)

ROUNDSS xmm, xmm/m128, imm8(8)

public:
 static System::Runtime::Intrinsics::Vector128<float> RoundToNearestIntegerScalar(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> RoundToNearestIntegerScalar (System.Runtime.Intrinsics.Vector128<float> value);
static member RoundToNearestIntegerScalar : System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundToNearestIntegerScalar (value As Vector128(Of Single)) As Vector128(Of Single)

매개 변수

value
Vector128<Single>

반환

설명

네이티브 서명이 없습니다. 이 추가 오버로드는 완전성을 위해 제공됩니다.

적용 대상

RoundToNearestIntegerScalar(Vector128<Double>, Vector128<Double>)

Source:
Sse41.cs
Source:
Sse41.cs
Source:
Sse41.cs

__m128d _mm_round_sd (__m128d a, __m128d b, _MM_FROUND_TO_NEAREST_INT |_MM_FROUND_NO_EXC)

ROUNDSD xmm, xmm/m128, imm8(8)

public:
 static System::Runtime::Intrinsics::Vector128<double> RoundToNearestIntegerScalar(System::Runtime::Intrinsics::Vector128<double> upper, System::Runtime::Intrinsics::Vector128<double> value);
public static System.Runtime.Intrinsics.Vector128<double> RoundToNearestIntegerScalar (System.Runtime.Intrinsics.Vector128<double> upper, System.Runtime.Intrinsics.Vector128<double> value);
static member RoundToNearestIntegerScalar : System.Runtime.Intrinsics.Vector128<double> * System.Runtime.Intrinsics.Vector128<double> -> System.Runtime.Intrinsics.Vector128<double>
Public Shared Function RoundToNearestIntegerScalar (upper As Vector128(Of Double), value As Vector128(Of Double)) As Vector128(Of Double)

매개 변수

upper
Vector128<Double>
value
Vector128<Double>

반환

적용 대상

RoundToNearestIntegerScalar(Vector128<Single>, Vector128<Single>)

Source:
Sse41.cs
Source:
Sse41.cs
Source:
Sse41.cs

__m128 _mm_round_ss (__m128 a, __m128 b, _MM_FROUND_TO_NEAREST_INT | _MM_FROUND_NO_EXC)

ROUNDSS xmm, xmm/m128, imm8(8)

public:
 static System::Runtime::Intrinsics::Vector128<float> RoundToNearestIntegerScalar(System::Runtime::Intrinsics::Vector128<float> upper, System::Runtime::Intrinsics::Vector128<float> value);
public static System.Runtime.Intrinsics.Vector128<float> RoundToNearestIntegerScalar (System.Runtime.Intrinsics.Vector128<float> upper, System.Runtime.Intrinsics.Vector128<float> value);
static member RoundToNearestIntegerScalar : System.Runtime.Intrinsics.Vector128<single> * System.Runtime.Intrinsics.Vector128<single> -> System.Runtime.Intrinsics.Vector128<single>
Public Shared Function RoundToNearestIntegerScalar (upper As Vector128(Of Single), value As Vector128(Of Single)) As Vector128(Of Single)

매개 변수

upper
Vector128<Single>
value
Vector128<Single>

반환

적용 대상