अंग्रेज़ी में पढ़ें संपादित करें

इसके माध्यम से साझा किया गया


Vector128.AsVector128Unsafe Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

AsVector128Unsafe(Vector2)

Reinterprets a Vector2 as a new Vector128<T>, leaving the new elements undefined.

AsVector128Unsafe(Vector3)

Reinterprets a Vector3 as a new Vector128<T>, leaving the new elements undefined.

AsVector128Unsafe(Vector2)

Reinterprets a Vector2 as a new Vector128<T>, leaving the new elements undefined.

public static System.Runtime.Intrinsics.Vector128<float> AsVector128Unsafe (this System.Numerics.Vector2 value);

Parameters

value
Vector2

The vector to reinterpret.

Returns

value reinterpreted as a new Vector128<Single>.

Applies to

.NET 9
उत्पाद संस्करण
.NET 9

AsVector128Unsafe(Vector3)

Reinterprets a Vector3 as a new Vector128<T>, leaving the new elements undefined.

public static System.Runtime.Intrinsics.Vector128<float> AsVector128Unsafe (this System.Numerics.Vector3 value);

Parameters

value
Vector3

The vector to reinterpret.

Returns

value reinterpreted as a new Vector128<Single>.

Applies to

.NET 9
उत्पाद संस्करण
.NET 9