CalibrationDataSetRotationSINScaled Method |
Sets the scaled sin rotation.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetRotationSINScaled(
int rotationSINScaled
)
Public Sub SetRotationSINScaled (
rotationSINScaled As Integer
)
public:
void SetRotationSINScaled(
int rotationSINScaled
)
member SetRotationSINScaled :
rotationSINScaled : int -> unit
Parameters
- rotationSINScaled
- Type: SystemInt32
The scaled sin rotation.
See Also