| KM_InterpreterConvertAbsToUserUnitsB Method |
Takes ABS "B" 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 ConvertAbsToUserUnitsB(
double b
)
Public Function ConvertAbsToUserUnitsB (
b As Double
) As Double
public:
double ConvertAbsToUserUnitsB(
double b
)
Parameters
- b Double
- ABS value
Return Value
DoubleCurrent B value in User Units
See Also