Login Page - Create Account

Support Board


Date/Time: Mon, 13 Jan 2025 06:23:35 +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);
}

imageextendingRectangle.PNG / V - Attached On 2017-03-24 15:28:58 UTC - Size: 62.84 KB - 489 views
imageextendingRectangle1.PNG / V - Attached On 2017-03-24 15:29:12 UTC - Size: 78.72 KB - 455 views