Vector.ExtractMostSignificantBits 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| Name | Description |
|---|---|
| ExtractMostSignificantBits(Vector2) |
벡터의 각 요소에서 가장 중요한 비트를 추출합니다. |
| ExtractMostSignificantBits(Vector3) |
벡터의 각 요소에서 가장 중요한 비트를 추출합니다. |
| ExtractMostSignificantBits(Vector4) |
벡터의 각 요소에서 가장 중요한 비트를 추출합니다. |
ExtractMostSignificantBits(Vector2)
- Source:
- Vector2.Extensions.cs
- Source:
- Vector2.Extensions.cs
Important
이 API는 CLS 규격이 아닙니다.
벡터의 각 요소에서 가장 중요한 비트를 추출합니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::UInt32 ExtractMostSignificantBits(System::Numerics::Vector2 vector);
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits(this System.Numerics.Vector2 vector);
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Numerics.Vector2 -> uint32
<Extension()>
Public Function ExtractMostSignificantBits (vector As Vector2) As UInteger
매개 변수
- vector
- Vector2
요소가 가장 중요한 비트를 추출해야 하는 벡터입니다.
반품
의 요소 vector에서 추출된 가장 중요한 압축된 비트입니다.
- 특성
적용 대상
ExtractMostSignificantBits(Vector3)
- Source:
- Vector3.Extensions.cs
- Source:
- Vector3.Extensions.cs
Important
이 API는 CLS 규격이 아닙니다.
벡터의 각 요소에서 가장 중요한 비트를 추출합니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::UInt32 ExtractMostSignificantBits(System::Numerics::Vector3 vector);
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits(this System.Numerics.Vector3 vector);
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Numerics.Vector3 -> uint32
<Extension()>
Public Function ExtractMostSignificantBits (vector As Vector3) As UInteger
매개 변수
- vector
- Vector3
요소가 가장 중요한 비트를 추출해야 하는 벡터입니다.
반품
의 요소 vector에서 추출된 가장 중요한 압축된 비트입니다.
- 특성
적용 대상
ExtractMostSignificantBits(Vector4)
- Source:
- Vector4.Extensions.cs
- Source:
- Vector4.Extensions.cs
Important
이 API는 CLS 규격이 아닙니다.
벡터의 각 요소에서 가장 중요한 비트를 추출합니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::UInt32 ExtractMostSignificantBits(System::Numerics::Vector4 vector);
[System.CLSCompliant(false)]
public static uint ExtractMostSignificantBits(this System.Numerics.Vector4 vector);
[<System.CLSCompliant(false)>]
static member ExtractMostSignificantBits : System.Numerics.Vector4 -> uint32
<Extension()>
Public Function ExtractMostSignificantBits (vector As Vector4) As UInteger
매개 변수
- vector
- Vector4
요소가 가장 중요한 비트를 추출해야 하는 벡터입니다.
반품
의 요소 vector에서 추출된 가장 중요한 압축된 비트입니다.
- 특성