Vector128.AsPlane(Vector128<Single>) Metod

Definition

Omtolkar en Vector128<Single> som en ny Plane.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Numerics::Plane AsPlane(System::Runtime::Intrinsics::Vector128<float> value);
public static System.Numerics.Plane AsPlane(this System.Runtime.Intrinsics.Vector128<float> value);
static member AsPlane : System.Runtime.Intrinsics.Vector128<single> -> System.Numerics.Plane
<Extension()>
Public Function AsPlane (value As Vector128(Of Single)) As Plane

Parametrar

value
Vector128<Single>

Vektorn som ska omtolkas.

Returer

value omtolkas som en ny Plane.

Gäller för