Op Englesch liesen Editéieren

Deelen iwwer


Vector64.Widen Method

Definition

Overloads

Widen(Vector64<UInt32>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Widens a Vector64<T> into two Vector64<T>.

C#
[System.CLSCompliant(false)]
public static(System.Runtime.Intrinsics.Vector64<ulong> Lower, System.Runtime.Intrinsics.Vector64<ulong> Upper) Widen(System.Runtime.Intrinsics.Vector64<uint> source);

Parameters

source
Vector64<UInt32>

The vector whose elements are to be widened.

Returns

A pair of vectors that contain the widened lower and upper halves of source.

Attributes

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Widen(Vector64<Single>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Widens a Vector64<T> into two Vector64<T>.

C#
public static(System.Runtime.Intrinsics.Vector64<double> Lower, System.Runtime.Intrinsics.Vector64<double> Upper) Widen(System.Runtime.Intrinsics.Vector64<float> source);

Parameters

source
Vector64<Single>

The vector whose elements are to be widened.

Returns

A pair of vectors that contain the widened lower and upper halves of source.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Widen(Vector64<SByte>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Widens a Vector64<T> into two Vector64<T>.

C#
[System.CLSCompliant(false)]
public static(System.Runtime.Intrinsics.Vector64<short> Lower, System.Runtime.Intrinsics.Vector64<short> Upper) Widen(System.Runtime.Intrinsics.Vector64<sbyte> source);

Parameters

source
Vector64<SByte>

The vector whose elements are to be widened.

Returns

A pair of vectors that contain the widened lower and upper halves of source.

Attributes

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Widen(Vector64<UInt16>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Widens a Vector64<T> into two Vector64<T>.

C#
[System.CLSCompliant(false)]
public static(System.Runtime.Intrinsics.Vector64<uint> Lower, System.Runtime.Intrinsics.Vector64<uint> Upper) Widen(System.Runtime.Intrinsics.Vector64<ushort> source);

Parameters

source
Vector64<UInt16>

The vector whose elements are to be widened.

Returns

A pair of vectors that contain the widened lower and upper halves of source.

Attributes

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Widen(Vector64<Int16>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Widens a Vector64<T> into two Vector64<T>.

C#
public static(System.Runtime.Intrinsics.Vector64<int> Lower, System.Runtime.Intrinsics.Vector64<int> Upper) Widen(System.Runtime.Intrinsics.Vector64<short> source);

Parameters

source
Vector64<Int16>

The vector whose elements are to be widened.

Returns

A pair of vectors that contain the widened lower and upper halves of source.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Widen(Vector64<Int32>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Widens a Vector64<T> into two Vector64<T>.

C#
public static(System.Runtime.Intrinsics.Vector64<long> Lower, System.Runtime.Intrinsics.Vector64<long> Upper) Widen(System.Runtime.Intrinsics.Vector64<int> source);

Parameters

source
Vector64<Int32>

The vector whose elements are to be widened.

Returns

A pair of vectors that contain the widened lower and upper halves of source.

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10

Widen(Vector64<Byte>)

Source:
Vector64.cs
Source:
Vector64.cs
Source:
Vector64.cs

Important

This API is not CLS-compliant.

Widens a Vector64<T> into two Vector64<T>.

C#
[System.CLSCompliant(false)]
public static(System.Runtime.Intrinsics.Vector64<ushort> Lower, System.Runtime.Intrinsics.Vector64<ushort> Upper) Widen(System.Runtime.Intrinsics.Vector64<byte> source);

Parameters

source
Vector64<Byte>

The vector whose elements are to be widened.

Returns

A pair of vectors that contain the widened lower and upper halves of source.

Attributes

Applies to

.NET 10 an aner Versiounen
Produkt Versiounen
.NET 7, 8, 9, 10