Vector128.AsPlane(Vector128<Single>) メソッド

定義

Vector128<Single>を新しい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

パラメーター

value
Vector128<Single>

再解釈するベクター。

返品

value 新しい Planeとして再解釈されます。

適用対象