This why System. ArgumentOutOfRangeException "(located in mscorlib. DLL) this abnormal
CodePudding user response:
Index overflow, you I starting from 0, i<=X_List. Count, suppose I X_List content for {1, 2, 3}, starting from 0, the end is i<=3, at that time you take X_List [3], the index will overflow, because X_List index values can only get to 2, and you still Count + 1CodePudding user response:
Type I out beyond index for certain, you have a lookCodePudding user response:
Index overflow, traversal, I can only count or less, can't + 1, maximum coordinates is countCodePudding user response:
Most of overflow, x_list length and the value of the ICodePudding user response:
I beyond index mean X_List is not so long?CodePudding user response: