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