Loading…
Loading…
Method Name: ConvertUnitsToBase_Density
Method ID: 0x447D
Method Label:
Method Help:
- {
- float unitChange;
- switch (Density)
- {
- case 1100:
- {
- unitChange = param * 1000 + 0;
- break;
- }
- case 1101:
- {
- unitChange = param * 0.001 + 0;
- break;
- }
- case 1104:
- {
- unitChange = param * 1000 + 0;
Please login for more