| KM_InterpreterConvertAbsToUserUnitsX Method |
Takes ABS "X" value and translates to Iterpreter User Units
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public double ConvertAbsToUserUnitsX(
double x
)
Public Function ConvertAbsToUserUnitsX (
x As Double
) As Double
public:
double ConvertAbsToUserUnitsX(
double x
)
Parameters
- x Double
- ABS value
Return Value
DoubleCurrent X value in User Units
See Also