Cove - A Practical Quantum Computer Programming Framework
SetRotateBy Method (RotateBy)
NamespacesCove.LocalSimulationOperationRotateXSetRotateBy(Double)
Set the amount that this operation rotates about the X axis by.
Declaration Syntax
C#Visual BasicVisual C++
public void SetRotateBy(
	double RotateBy
)
Public Sub SetRotateBy ( _
	RotateBy As Double _
)
public:
virtual void SetRotateBy(
	double RotateBy
) sealed
Parameters
RotateBy (Double)
Amount to rotate by.
Exceptions
ExceptionCondition
NotImplementedExceptionThis method is not yet implemented.

Assembly: Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)