Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetGrossWt


Ignore:
Timestamp:
08/19/10 19:08:34 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Weight/GetGrossWt

    v1 v1  
     1= GetGrossWt =
     2Get gross weight value.
     3
     4{{{
     5float 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{{{
     21float gross = GetGrossWt();
     22}}}
     23
     24{{{
     25float gross = GetGrossWt(1);
     26}}}
     27
     28== See Also ==
     29
     30 * GetTareWt
     31 * GetNetWt