To Method
To(object[])
Form the start set to end set.
Declaration
public object[] To(object[] starts)
Public Function [To](starts As Object()) As Object()
Parameters
| Type |
Name |
Description |
| object[] |
starts |
The start points set.
|
Returns
| Type |
Description |
| object[] |
return the end points set.
|