Click or drag to resize

KM_InterpreterUserUnitsToInches Method

Takes in a value as Interpreter's current units and returns the value in Inches

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public double UserUnitsToInches(
	double units
)

Parameters

units  Double
input unit value

Return Value

Double
Inches
See Also