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


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

--

Legend:

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

    v1 v1  
     1= GetNetWt =
     2Get net weight value.
     3
     4{{{
     5float GetNetWt(int nScale = process_cale);
     6}}}
     7
     8== Parameters ==
     9
     10 * nScale - scale number
     11
     12== Return Value ==
     13
     14 * Returns net weight value of specified scale, or current process scale if no scale specified.
     15
     16== Remarks ==
     17
     18== Examples ==
     19
     20{{{
     21float net = GetNetWt();
     22}}}
     23
     24{{{
     25float net = GetNetWt(1);
     26}}}
     27
     28== See Also ==
     29
     30 * GetGrossWt
     31 * GetTareWt