Vector.ExtractMostSignificantBits Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
| Name | Description |
|---|---|
| ExtractMostSignificantBits(Vector2) |
Extraherar den viktigaste biten från varje element i en vektor. |
| ExtractMostSignificantBits(Vector3) |
Extraherar den viktigaste biten från varje element i en vektor. |
| ExtractMostSignificantBits(Vector4) |
Extraherar den viktigaste biten från varje element i en vektor. |
ExtractMostSignificantBits(Vector2)
- Källa:
- Vector2.Extensions.cs
- Källa:
- Vector2.Extensions.cs
Viktigt!
Detta API uppfyller inte CLS.
Extraherar den viktigaste biten från varje element i en vektor.
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
Parametrar
- vector
- Vector2
Vektorn vars element ska ha sin viktigaste bit extraherad.
Returer
De paketerade viktigaste bitarna som extraherats från elementen i vector.
- Attribut
Gäller för
ExtractMostSignificantBits(Vector3)
- Källa:
- Vector3.Extensions.cs
- Källa:
- Vector3.Extensions.cs
Viktigt!
Detta API uppfyller inte CLS.
Extraherar den viktigaste biten från varje element i en vektor.
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
Parametrar
- vector
- Vector3
Vektorn vars element ska ha sin viktigaste bit extraherad.
Returer
De paketerade viktigaste bitarna som extraherats från elementen i vector.
- Attribut
Gäller för
ExtractMostSignificantBits(Vector4)
- Källa:
- Vector4.Extensions.cs
- Källa:
- Vector4.Extensions.cs
Viktigt!
Detta API uppfyller inte CLS.
Extraherar den viktigaste biten från varje element i en vektor.
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
Parametrar
- vector
- Vector4
Vektorn vars element ska ha sin viktigaste bit extraherad.
Returer
De paketerade viktigaste bitarna som extraherats från elementen i vector.
- Attribut