Construct an instance of the RotateK operation.

Declaration Syntax
public OperationRotateK(
int TargetIndex,
double K
)
Public Sub New ( _
TargetIndex As Integer, _
K As Double _
)
public:
OperationRotateK(
int TargetIndex,
double K
)

Parameters
- TargetIndex (Int32)
- The target index of this operation.
- K (Double)
- Initial K value

Exceptions
Exception | Condition |
---|
ArgumentOutOfRangeException | Thrown if the target
is less than 0.
|
Assembly:
Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)