Check out example codes for "define a vector c#". It will help you in understanding the concepts better.
Code Example 1
Vector vector1 = new Vector(20, 30, 40);
Code Example 2
var v1 = Vector.Create<double>(5);
Learn ReactJs, React Native from akashmittal.com