[]
Performs spin down behavior.
public void SpinDown()
Public Sub SpinDown()
The method spins the Value to the next one which less than current.
Performs spin down with the specified increment parameters.
public void SpinDown(int increment)
Public Sub SpinDown(increment As Integer)
Type | Name | Description |
---|---|---|
int | increment | An int value indicates the spin increment. |
The method spins the Value to the next one which less than current following the increment.