public decimal y1 { get; set; }
Public Property y1 As Decimal Get Set
public: property Decimal y1 { Decimal get (); void set (Decimal value); }
member y1 : decimal with get, set
In This Article