| KM_InterpreterInchesToUserUnits Method |
Takes in an inch value and returns the value in
Interpreter's current units
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public double InchesToUserUnits(
double inches
)
Public Function InchesToUserUnits (
inches As Double
) As Double
public:
double InchesToUserUnits(
double inches
)
Parameters
- inches Double
- input inch value
Return Value
DoubleCurrent User Units
See Also