[]
public static implicit operator double(StopValue stopValue)
Public Shared Widening Operator CType(stopValue As StopValue) As Double
| Type | Name | Description |
|---|---|---|
| StopValue | stopValue |
| Type | Description |
|---|---|
| double |
public static implicit operator StopValue(double stopValue)
Public Shared Widening Operator CType(stopValue As Double) As StopValue
| Type | Name | Description |
|---|---|---|
| double | stopValue |
| Type | Description |
|---|---|
| StopValue |