[]
public RequestedSplitPosition(Break brk, double afterPosition)
Public Sub New(brk As Break, afterPosition As Double)
| Type | Name | Description |
|---|---|---|
| Break | brk | |
| double | afterPosition |
public RequestedSplitPosition(double position, double afterPosition)
Public Sub New(position As Double, afterPosition As Double)
| Type | Name | Description |
|---|---|---|
| double | position | |
| double | afterPosition |