Vector.AsVector3Unsafe(Vector2) Метод

Определение

Переинтерпретирует Vector2 новую Vector3 версию с новыми элементами, которые не определены.

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

Параметры

value
Vector2

Вектор для переосмысление.

Возвращаемое значение

value переопределено на новое Vector3 с новыми элементами, которые не определены.

Применяется к