[]
Performs spin down behavior.
void DoSpinDown()
Sub DoSpinDown()
Performs spin down with the specified increment parameters.
void DoSpinDown(int increment)
Sub DoSpinDown(increment As Integer)
| Type | Name | Description |
|---|---|---|
| int | increment | An int value indicates the spin increment. |