Vector.AsVector3Unsafe(Vector2) 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.
public:
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Vector3 AsVector3Unsafe(System::Numerics::Vector2 value);
public static System.Numerics.Vector3 AsVector3Unsafe(this System.Numerics.Vector2 value);
static member AsVector3Unsafe : System.Numerics.Vector2 -> System.Numerics.Vector3
<Extension()>
Public Function AsVector3Unsafe (value As Vector2) As Vector3
Parameters
- value
- Vector2