Canguro.Commands.Forms.ViewSpectrumDialog.Vector.Vector C# (CSharp) Method

Vector() public method

public Vector ( float x, float y ) : System
x float
y float
return System
            public Vector(float x, float y)
            {
                this.x = x;
                this.y = y;
            }
ViewSpectrumDialog.Vector