Support Board
Date/Time: Mon, 12 May 2025 23:07:52 +0000
Post From: Create a extending rectangle or rectangle in ascil code
[2017-03-24 15:30:28] |
User210074 - Posts: 63 |
Do you have a function to draw a rectangle or extending rectangle with 4 or 8 values ? /*....*/ //string Retangle(Double BDA, double BPA, double BDB, double BPB, double EDA, double EPA, double EDB, double EPB){ /*string Resultat {"...."}; return Resultat;*/ } int main(){ double BeginDateA, BeginPriceA, BeginDateB, BeginPriceB;/*<-Value for start Rectangle or Extending Rectangle*/ double EndDateA, EndPriceA, EndDateB, EndPriceB;/*<- Value for end rectangle*/ //string CreateRectangle{}; //CreateRectangle = Rectangle(BeginDateA, BeginPriceA, BeginDateB, BeginPriceB, EndDateA, EndPriceA, EndDateB, EndPriceB); } |
![]() ![]() |