Język

Vector128.AsPlane(Vector128<Single>) Metoda

Definicja

Ponownie interpretuje element Vector128<Single> jako nowy 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

Parametry

value
Vector128<Single>

Wektor do ponownej interpretacji.

Zwraca

value ponownie zinterpretowany jako nowy Planeelement .

Dotyczy