Olvasás angol nyelven Szerkesztés

Megosztás a következőn keresztül:


Vector128.Widen Method

Definition

Overloads

Widen(Vector128<UInt16>)

Source:
Vector128.cs
Source:
Vector128.cs
Source:
Vector128.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector128<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

Widen(Vector128<Single>)

Source:
Vector128.cs
Source:
Vector128.cs
Source:
Vector128.cs

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

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

Parameters

source
Vector128<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

Widen(Vector128<SByte>)

Source:
Vector128.cs
Source:
Vector128.cs
Source:
Vector128.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector128<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

Widen(Vector128<UInt32>)

Source:
Vector128.cs
Source:
Vector128.cs
Source:
Vector128.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector128<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

Widen(Vector128<Int16>)

Source:
Vector128.cs
Source:
Vector128.cs
Source:
Vector128.cs

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

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

Parameters

source
Vector128<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

Widen(Vector128<Byte>)

Source:
Vector128.cs
Source:
Vector128.cs
Source:
Vector128.cs

Important

This API is not CLS-compliant.

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

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

Parameters

source
Vector128<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10

Widen(Vector128<Int32>)

Source:
Vector128.cs
Source:
Vector128.cs
Source:
Vector128.cs

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

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

Parameters

source
Vector128<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 és más verziók
Termék Verziók
.NET 7, 8, 9, 10