Vector4(System::Single x, System::Single y, System::Single z, System::Single w)
 {
     test = Vector4_CPP(x, y, z, w);
 }
 Vector4(Vector4 ^ value)
 {
     test = value->test;
 }