Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetGrossWt
- Timestamp:
- 08/19/10 19:08:34 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetGrossWt
v1 v1 1 = GetGrossWt = 2 Get gross weight value. 3 4 {{{ 5 float GetGrossWt(int nScale = curscale); 6 }}} 7 8 == Parameters == 9 10 * nScale - scale number 11 12 == Return Value == 13 14 * Returns gross weight value. 15 16 == Remarks == 17 18 == Examples == 19 20 {{{ 21 float gross = GetGrossWt(); 22 }}} 23 24 {{{ 25 float gross = GetGrossWt(1); 26 }}} 27 28 == See Also == 29 30 * GetTareWt 31 * GetNetWt