"$UnitConvert" 修訂間的差異

出自 DDCC TCAD TOOL Manual
前往: 導覽搜尋
(已建立頁面,內容為 "=='''Format'''== $UnitConvert ''Order'' <font color=green>// where ''Order'' is an integer.</font> <font size=3> The program can read the unit of...")
 
行 15: 行 15:
 
-2
 
-2
   
Then the unit of length which you set and you obtain will be <math>1\times10^{-2} \ (m) = 1\ (cm) </math>.
+
Then the unit of length which you set and obtain will be <math>1\times10^{-2} \ (m) = 1\ (cm) </math>.

於 2019年2月26日 (二) 10:03 的修訂

Format

$UnitConvert
 Order                // where Order is an integer.

The program can read the unit of length you want in the input files, and output the results with this kind of unit.
The default unit of length is "meter".
Order represents the order of default unit.


Example

$UnitConvert
 -2

Then the unit of length which you set and obtain will be 1\times10^{-2} \ (m) = 1\ (cm) .