|
[C#]
void Copy(XPoint[] source,
double[] destination, int length)
void Copy(XPoint[] source, int
sourceIndex, double[] destination, int destinationIndex, int
length)
void Copy(double[] source, XPoint[]
destination, int length)
void Copy(double[] source, int sourceIndex, XPoint[] destination, int destinationIndex,
int length)
|
|
|