| KM_InterpreterUserUnitsToInches Method |
Takes in a value as Interpreter's current units and returns the value in Inches
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public double UserUnitsToInches(
double units
)
Public Function UserUnitsToInches (
units As Double
) As Double
public:
double UserUnitsToInches(
double units
)
Parameters
- units Double
- input unit value
Return Value
DoubleInches
See Also