Vector128.AsPlane(Vector128<Single>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 新しい Planeとして再解釈されます。