public double x2 { get; set; }
Public Property x2 As Double Get Set
public: property double x2 { double get (); void set (double value); }
member x2 : float with get, set
In This Article