| KM_InterpreterConvertAbsToUserUnitsY Method |
Takes ABS "Y" 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 ConvertAbsToUserUnitsY(
double y
)
Public Function ConvertAbsToUserUnitsY (
y As Double
) As Double
public:
double ConvertAbsToUserUnitsY(
double y
)
Parameters
- y Double
- ABS value
Return Value
DoubleCurrent Y value in User Units
See Also