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