Vector128.AsPlane(Vector128<Single>) 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.
Reinterprets a Vector128<Single> as a new 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
Parameters
Returns
value reinterpreted as a new Plane.