public float cmToInch(float cm) { float inch = cm * 0.39370078740157F; return inch; }
例 2.6. kiloGramToPound 的使用范例
Search Highlighter (On/Off)