Udostępnij za pośrednictwem


Vector64.WidenLower Metoda

Definicja

Przeciążenia

WidenLower(Vector64<UInt32>)

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

WidenLower(Vector64<UInt16>)

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

WidenLower(Vector64<SByte>)

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

WidenLower(Vector64<Single>)

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

WidenLower(Vector64<Int16>)

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

WidenLower(Vector64<Byte>)

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

WidenLower(Vector64<Int32>)

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

WidenLower(Vector64<UInt32>)

Źródło:
Vector64.cs
Źródło:
Vector64.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

public:
 static System::Runtime::Intrinsics::Vector64<System::UInt64> WidenLower(System::Runtime::Intrinsics::Vector64<System::UInt32> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<ulong> WidenLower (System.Runtime.Intrinsics.Vector64<uint> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector64<uint32> -> System.Runtime.Intrinsics.Vector64<uint64>
Public Function WidenLower (source As Vector64(Of UInteger)) As Vector64(Of ULong)

Parametry

source
Vector64<UInt32>

Wektor, którego elementy mają być rozszerzane.

Zwraca

Wektor zawierający poszerzonej dolnej połowy .source

Atrybuty

Dotyczy

WidenLower(Vector64<UInt16>)

Źródło:
Vector64.cs
Źródło:
Vector64.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

public:
 static System::Runtime::Intrinsics::Vector64<System::UInt32> WidenLower(System::Runtime::Intrinsics::Vector64<System::UInt16> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<uint> WidenLower (System.Runtime.Intrinsics.Vector64<ushort> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector64<uint16> -> System.Runtime.Intrinsics.Vector64<uint32>
Public Function WidenLower (source As Vector64(Of UShort)) As Vector64(Of UInteger)

Parametry

source
Vector64<UInt16>

Wektor, którego elementy mają być rozszerzane.

Zwraca

Wektor zawierający poszerzonej dolnej połowy .source

Atrybuty

Dotyczy

WidenLower(Vector64<SByte>)

Źródło:
Vector64.cs
Źródło:
Vector64.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

public:
 static System::Runtime::Intrinsics::Vector64<short> WidenLower(System::Runtime::Intrinsics::Vector64<System::SByte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<short> WidenLower (System.Runtime.Intrinsics.Vector64<sbyte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector64<sbyte> -> System.Runtime.Intrinsics.Vector64<int16>
Public Function WidenLower (source As Vector64(Of SByte)) As Vector64(Of Short)

Parametry

source
Vector64<SByte>

Wektor, którego elementy mają być rozszerzane.

Zwraca

Wektor zawierający poszerzonej dolnej połowy .source

Atrybuty

Dotyczy

WidenLower(Vector64<Single>)

Źródło:
Vector64.cs
Źródło:
Vector64.cs

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

public:
 static System::Runtime::Intrinsics::Vector64<double> WidenLower(System::Runtime::Intrinsics::Vector64<float> source);
public static System.Runtime.Intrinsics.Vector64<double> WidenLower (System.Runtime.Intrinsics.Vector64<float> source);
static member WidenLower : System.Runtime.Intrinsics.Vector64<single> -> System.Runtime.Intrinsics.Vector64<double>
Public Function WidenLower (source As Vector64(Of Single)) As Vector64(Of Double)

Parametry

source
Vector64<Single>

Wektor, którego elementy mają być rozszerzane.

Zwraca

Wektor zawierający poszerzonej dolnej połowy .source

Dotyczy

WidenLower(Vector64<Int16>)

Źródło:
Vector64.cs
Źródło:
Vector64.cs

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

public:
 static System::Runtime::Intrinsics::Vector64<int> WidenLower(System::Runtime::Intrinsics::Vector64<short> source);
public static System.Runtime.Intrinsics.Vector64<int> WidenLower (System.Runtime.Intrinsics.Vector64<short> source);
static member WidenLower : System.Runtime.Intrinsics.Vector64<int16> -> System.Runtime.Intrinsics.Vector64<int>
Public Function WidenLower (source As Vector64(Of Short)) As Vector64(Of Integer)

Parametry

source
Vector64<Int16>

Wektor, którego elementy mają być rozszerzane.

Zwraca

Wektor zawierający poszerzonej dolnej połowy .source

Dotyczy

WidenLower(Vector64<Byte>)

Źródło:
Vector64.cs
Źródło:
Vector64.cs

Ważne

Ten interfejs API nie jest zgodny ze specyfikacją CLS.

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

public:
 static System::Runtime::Intrinsics::Vector64<System::UInt16> WidenLower(System::Runtime::Intrinsics::Vector64<System::Byte> source);
[System.CLSCompliant(false)]
public static System.Runtime.Intrinsics.Vector64<ushort> WidenLower (System.Runtime.Intrinsics.Vector64<byte> source);
[<System.CLSCompliant(false)>]
static member WidenLower : System.Runtime.Intrinsics.Vector64<byte> -> System.Runtime.Intrinsics.Vector64<uint16>
Public Function WidenLower (source As Vector64(Of Byte)) As Vector64(Of UShort)

Parametry

source
Vector64<Byte>

Wektor, którego elementy mają być rozszerzane.

Zwraca

Wektor zawierający poszerzonej dolnej połowy .source

Atrybuty

Dotyczy

WidenLower(Vector64<Int32>)

Źródło:
Vector64.cs
Źródło:
Vector64.cs

Rozszerza dolną połowę na Vector64<T> .Vector64<T>

public:
 static System::Runtime::Intrinsics::Vector64<long> WidenLower(System::Runtime::Intrinsics::Vector64<int> source);
public static System.Runtime.Intrinsics.Vector64<long> WidenLower (System.Runtime.Intrinsics.Vector64<int> source);
static member WidenLower : System.Runtime.Intrinsics.Vector64<int> -> System.Runtime.Intrinsics.Vector64<int64>
Public Function WidenLower (source As Vector64(Of Integer)) As Vector64(Of Long)

Parametry

source
Vector64<Int32>

Wektor, którego elementy mają być rozszerzane.

Zwraca

Wektor zawierający poszerzonej dolnej połowy .source

Dotyczy