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